Human genitals fix & Fat persistance
Fixed sprites for human genitals (breasts, penis, vagina) Moved fat permanence changes to the GS13 folder Re-added fat permanence save on round end for all alive and present players
This commit is contained in:
@@ -280,12 +280,6 @@ GLOBAL_LIST_EMPTY(cryopod_computers)
|
||||
var/mob/living/mob_occupant = occupant
|
||||
var/list/crew_member = list()
|
||||
|
||||
//GS13 Process permanent fat
|
||||
if(iscarbon(mob_occupant))
|
||||
var/mob/living/carbon/C = mob_occupant
|
||||
if(C)
|
||||
C.perma_fat_save(C)
|
||||
|
||||
crew_member["name"] = mob_occupant.real_name
|
||||
|
||||
if(mob_occupant.mind)
|
||||
|
||||
Reference in New Issue
Block a user