Merge pull request #5428 from Citadel-Station-13/upstream-merge-35515

[MIRROR] Makes urinal cakes more realistic
This commit is contained in:
deathride58
2018-02-11 23:30:32 +00:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
@@ -187,6 +187,11 @@
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].")
icon_state = "urinalcake_squish"
addtimer(VARSET_CALLBACK(src, icon_state, "urinalcake"), 8)
/obj/machinery/shower
name = "shower"
desc = "The HS-451. Installed in the 2550s by the Nanotrasen Hygiene Division."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB