Cleaned up SDGF and consistencised clones.

This commit is contained in:
Putnam
2020-09-29 03:47:09 -07:00
parent 924c866e8d
commit 8a01b949bf
3 changed files with 54 additions and 24 deletions
@@ -75,6 +75,8 @@
if(ishuman(new_spawn))
var/mob/living/carbon/human/H = new_spawn
H.underwear = "Nude"
H.undershirt = "Nude"
H.socks = "Nude"
H.update_body()
/obj/effect/mob_spawn/human/ash_walker/Initialize(mapload)