ghost roles fix

This commit is contained in:
Metis
2024-10-14 23:57:52 -04:00
parent 007b5565ec
commit f348b44bef
7 changed files with 32 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@
if(ishuman(user))
var/mob/living/carbon/human/H = user
H.checkloadappearance() // GS13 EDIT
//see code/modules/mob/dead/new_player/preferences.dm at approx line 545 for comments!
//this is largely copypasted from there.