fix: update random plant menu icon (#27252)

This commit is contained in:
warriorstar-orion
2024-11-03 13:16:27 +00:00
committed by GitHub
parent 580fb4ba9a
commit e80594d34a
+1
View File
@@ -271,6 +271,7 @@
icon_state = "plant-eye"
if(icon_state == "random_plant")
icon_state = "plant-[rand(1, 34)]"
update_appearance(UPDATE_ICON_STATE)
AddComponent(/datum/component/two_handed, require_twohands = TRUE)
/obj/item/kirbyplants/Destroy()