funny
This commit is contained in:
@@ -60,4 +60,4 @@
|
||||
to_chat(user, "<span class='warning'>You need bananium to turn the prototype shoes on!</span>")
|
||||
|
||||
/obj/item/clothing/shoes/clown_shoes/banana_shoes/update_icon_state()
|
||||
icon_state = "clown_prototype_[on? "on" : "off"]"
|
||||
icon_state = "clown_prototype_[on? "on" : "off"]"
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
for(var/spell in spells)
|
||||
var/obj/effect/proc_holder/spell/S = spell
|
||||
H.mind.spell_list.Remove(S)
|
||||
qdel(S)
|
||||
qdel(S)
|
||||
|
||||
Reference in New Issue
Block a user