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:
Alphas00
2024-11-30 11:51:18 +01:00
parent 1133f46556
commit 702485b045
3 changed files with 31 additions and 12 deletions
-6
View File
@@ -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)