mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Fixes rod of asclepius going invisible (#70915)
Fixes a spelling error that meant the rod tried to change its icon to one that didn't exist
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
/obj/item/rod_of_asclepius/update_icon_state()
|
||||
. = ..()
|
||||
icon_state = inhand_icon_state = "ascelpius_[activated ? "active" : "dormant"]"
|
||||
icon_state = inhand_icon_state = "asclepius_[activated ? "active" : "dormant"]"
|
||||
|
||||
/obj/item/rod_of_asclepius/vv_edit_var(vname, vval)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user