Merge pull request #13617 from timothyteakettle/loadout-json

loadout 2: electric boogaloo
This commit is contained in:
Putnam3145
2020-12-11 18:11:56 -08:00
committed by GitHub
10 changed files with 170 additions and 35 deletions
+1 -1
View File
@@ -170,7 +170,7 @@
if(istype(source,/obj/item/clothing/suit/hooded)) //so how come it be like this, where toggleable headslots are named separately (helmet/hood) anyways?
var/obj/item/clothing/suit/hooded/sourcesuit = source
H = sourcesuit.hood
else if(istype(source,/obj/item/clothing/suit/space/hardsuit))
else if(istype(source,/obj/item/clothing/suit/space/hardsuit))
var/obj/item/clothing/suit/space/hardsuit/sourcesuit = source
H = sourcesuit.helmet
else