tgstation / dev-cycles-initiative

Hub for tracking issues in the Dev Cycles Initiative
1 stars 0 forks source link

Ammo boxes should not create all their bullets at once #19

Open Mothblocks opened 1 year ago

Mothblocks commented 1 year ago

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.

Mothblocks commented 1 year ago

I think this is actually just https://github.com/tgstation/dev-cycles-initiative/issues/4? I can't tell