mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge pull request #9458 from xxalpha/cyborgtiles
Fixed cyborg floor tiles being infinite.
This commit is contained in:
@@ -183,6 +183,8 @@
|
||||
return 1
|
||||
|
||||
/obj/item/stack/proc/zero_amount()
|
||||
if(is_cyborg)
|
||||
return source.energy < cost
|
||||
if (amount < 1)
|
||||
if(usr)
|
||||
usr.unEquip(src, 1)
|
||||
|
||||
Reference in New Issue
Block a user