Prevent glass ornaments from being digested.

This commit is contained in:
ReddeyfishVor
2018-04-17 19:08:06 -07:00
committed by GitHub
parent 72c84a8784
commit 0a4bc19d34
@@ -37,6 +37,8 @@
return FALSE
/obj/item/device/perfect_tele_beacon/digest_act(...)
return FALSE //Sorta important to not digest your own beacons.
/obj/item/weapon/storage/glass_ornament/digest_act(...)
return FALSE
/////////////
// Some special treatment