Merge pull request #11418 from Ghommie/Ghommie-cit615

Fix runtimes some more.
This commit is contained in:
Putnam3145
2020-03-11 17:01:13 -07:00
committed by GitHub
27 changed files with 49 additions and 63 deletions
+4 -4
View File
@@ -9,10 +9,10 @@
var/flipped = 0
/obj/item/clothing/head/soft/dropped()
src.icon_state = "[item_color]soft"
src.flipped=0
..()
/obj/item/clothing/head/soft/dropped(mob/user)
icon_state = "[item_color]soft"
flipped = FALSE
return ..()
/obj/item/clothing/head/soft/verb/flipcap()
set category = "Object"