Fixed cyborg floor tiles being infinite.

This commit is contained in:
xxalpha
2015-05-11 22:08:16 +01:00
parent 67bfcfbc1d
commit e5dfaaf007
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -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)