mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
sane stacks (#18342)
* sane stacks * . * . * . * - * clean that up * . * . * fix chat scaling * readd cords * . * guh --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
if(S && S.get_amount() < S.max_amount)
|
||||
S.add(1)
|
||||
else
|
||||
new stacktype(T)
|
||||
new stacktype(T, 1)
|
||||
|
||||
/obj/item/debris_pack
|
||||
name = "debris"
|
||||
|
||||
Reference in New Issue
Block a user