adds plunger unicorns

This commit is contained in:
Time-Green
2019-10-17 13:44:50 +02:00
parent 138b252c29
commit 53457de5aa
2 changed files with 3 additions and 1 deletions
@@ -56,6 +56,8 @@
icon = 'icons/obj/watercloset.dmi'
icon_state = "plunger"
slot_flags = ITEM_SLOT_MASK
var/plunge_mod = 1 //time*plunge_mod = total time we take to plunge an object
var/reinforced = FALSE //whether we do heavy duty stuff like geysers
@@ -65,7 +67,7 @@
/obj/item/plunger/reinforced
name = "reinforced plunger"
desc = " It's an M. 7 Reinforced Plunger© for heavy duty plunging."
desc = " It's an M. 7 Reinforced Plunger for heavy duty plunging."
icon_state = "reinforced_plunger"
reinforced = TRUE