Make puddles not destruct into metal (#30381)

* Make puddles INDESTRUCTIBLE

* Puddles are not invincible but they aren't metal either.
This commit is contained in:
pubby
2017-09-04 17:32:09 -05:00
committed by KorPhaeron
parent 4374ddf30c
commit 146e12f19b
@@ -535,6 +535,7 @@
name = "puddle"
desc = "A puddle used for washing one's hands and face."
icon_state = "puddle"
resistance_flags = UNACIDABLE
/obj/structure/sink/puddle/attack_hand(mob/M)
icon_state = "puddle-splash"
@@ -546,6 +547,9 @@
. = ..()
icon_state = "puddle"
/obj/structure/sink/puddle/deconstruct(disassembled = TRUE)
qdel(src)
//Shower Curtains//
//Defines used are pre-existing in layers.dm//