New Listing: Indigestible Collar

This commit is contained in:
TheFurryFeline
2019-04-23 20:43:45 -04:00
committed by GitHub
parent f15a6dfa13
commit dbf7994fb9
+3 -1
View File
@@ -39,7 +39,9 @@
return FALSE //Sorta important to not digest your own beacons.
/obj/item/weapon/storage/glass_ornament/digest_act(...)
return FALSE
//TFF 23/4/19: Indigestible collar addition
/obj/item/clothing/accessory/collar/holo/indigestible/digest_act(...)
return FALSE
/////////////
// Some special treatment
/////////////