mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-19 19:12:31 +01:00
Refactor Digestion
This commit is contained in:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user