Refactor Digestion

This commit is contained in:
Arokha Sieyes
2018-01-10 02:06:13 -05:00
parent 05864e06ea
commit 449dcbb0b7
15 changed files with 236 additions and 429 deletions
@@ -182,6 +182,9 @@
new /obj/item/ammo_casing/nsfw_batt/net(src)
new /obj/item/clothing/accessory/holster(src)
/obj/item/weapon/storage/backpack/satchel/gen/fluff/aronai/digest_act(var/datum/belly/belly = null)
return FALSE //I get eaten a lot, okay
//Aerowing:Sebastian Aji
/obj/item/weapon/storage/box/fluff/sebastian_aji
name = "Sebastian's Lumoco Arms P3 Box"
@@ -105,6 +105,9 @@
else
RemoveHood_roiz()
/obj/item/clothing/suit/storage/hooded/wintercoat/roiz/digest_act(var/datum/belly/belly = null)
return FALSE
//ketrai:Ketrai
/obj/item/clothing/head/fluff/ketrai
name = "Pink Bear Hat"
@@ -676,6 +679,9 @@
else
return 1
/obj/item/clothing/under/fluff/screesuit/digest_act(var/datum/belly/belly = null)
return FALSE
//HOS Hardsuit
/obj/item/clothing/suit/space/void/security/fluff/hos // ToDo: Rig version.
name = "\improper prototype voidsuit"
@@ -763,6 +769,9 @@
action_button_name = "Toggle pom-pom"
/obj/item/clothing/head/fluff/pompom/digest_act(var/datum/belly/belly = null)
return FALSE
/obj/item/clothing/head/fluff/pompom/attack_self(mob/user)
//if(!isturf(user.loc)) -- doesn't seem to cause problems to allow this and it's silly not to
// to_chat(user, "You cannot turn the light on while in this [user.loc]")