Files
Bubberstation/code/game/objects/items
coiax 6e39f5cf00 Stacks automatically merge on Initialize (#24810)
* Stacks automatically merge on Initialize

🆑 coiax
fix: Stacks of materials will automatically merge together when created.
You may notice differences when ejecting metal, glass or using the cash
machine in the vault.
/🆑

Okay, so instead of just obsessively checking every time we make a
stackable item to see if anything stacks (which not everything does
anyway), we put the check in Initialize. Obviously, you can't merge into
a full stack, so it just goes down the line.

Objects are allowed to qdel() in New/Initialize, we made that a thing
that was possible.

Also some generic code cleanup, mostly returns into `.`

* Don't reuse variable names
2017-03-10 09:46:21 +13:00
..
2017-03-10 09:44:28 +13:00
2017-03-08 02:38:15 -06:00
2016-12-01 21:33:14 -08:00
pls
2017-02-20 23:06:05 +03:00
2016-12-02 22:27:30 -08:00
2016-12-01 21:33:14 -08:00
2016-12-01 21:33:14 -08:00
2016-12-01 21:33:14 -08:00
2016-12-01 21:33:14 -08:00
2017-02-23 00:59:34 -06:00
2017-02-14 08:52:56 +01:00
2016-12-23 09:33:22 +13:00