mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
[MIRROR] Fixes plungers missing worn icon states (#3702)
* Adds missed worn icon states for plungers (#57216) * Fixes plungers missing worn icon states Co-authored-by: ArcaneDefence <51932756+ArcaneDefence@users.noreply.github.com>
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
desc = "It's a plunger for plunging."
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "plunger"
|
||||
worn_icon_state = "plunger"
|
||||
|
||||
slot_flags = ITEM_SLOT_MASK
|
||||
flags_inv = HIDESNOUT
|
||||
@@ -122,6 +123,7 @@
|
||||
name = "reinforced plunger"
|
||||
desc = "It's an M. 7 Reinforced Plunger© for heavy duty plunging."
|
||||
icon_state = "reinforced_plunger"
|
||||
worn_icon_state = "reinforced_plunger"
|
||||
reinforced = TRUE
|
||||
plunge_mod = 0.8
|
||||
layer_mode_sprite = "reinforced_plunger_layer"
|
||||
|
||||
Reference in New Issue
Block a user