Open Mothblocks opened 1 year ago
Similar to #4, ammo boxes currently create all their bullets at the same time, instead of on demand when necessary.
/obj/item/ammo_box/proc/top_off is 68ms, but likely much more unconfig'd.
/obj/item/ammo_box/proc/top_off
I think this is actually just https://github.com/tgstation/dev-cycles-initiative/issues/4? I can't tell
Similar to #4, ammo boxes currently create all their bullets at the same time, instead of on demand when necessary.
Estimated Cost
/obj/item/ammo_box/proc/top_off
is 68ms, but likely much more unconfig'd.