mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 07:41:16 +01:00
Urinal cakes can now be picked up again (#35566)
* Urinal cakes can now be picked up again * Update watercloset.dm * Update watercloset.dm * Update watercloset.dm
This commit is contained in:
committed by
vuonojenmustaturska
parent
091034b187
commit
aca0cd453a
@@ -193,8 +193,8 @@
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
list_reagents = list("chlorine" = 3, "ammonia" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/urinalcake/attack_hand(mob/living/user)
|
||||
user.visible_message("[user] squishes [src]!", "You squish [src].")
|
||||
/obj/item/reagent_containers/food/urinalcake/attack_self(mob/living/user)
|
||||
user.visible_message("<span class='notice'>[user] squishes [src]!</span>", "<span class='notice'>You squish [src].</span>", "<i>You hear a squish.</i>")
|
||||
icon_state = "urinalcake_squish"
|
||||
addtimer(VARSET_CALLBACK(src, icon_state, "urinalcake"), 8)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user