Merge pull request #13466 from Putnam3145/sdgf-fix

Cleans up and fixes SDGF code a bit, consistent naked clones, transfer_ckey resets view range
This commit is contained in:
silicons
2020-10-01 03:07:08 -07:00
committed by GitHub
4 changed files with 60 additions and 28 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)