Roundend and Shuttle Recall fixes

Fixed roundend error due to fatness permanence saving
Fixed vote shuttle not being recallable by admins
This commit is contained in:
Alphas00
2024-12-08 19:33:37 +01:00
parent b0afe506cf
commit 70de1c7076
3 changed files with 3 additions and 10 deletions
@@ -32,7 +32,7 @@
var/mob/living/carbon/C = m
if(C)
C.perma_fat_save(C)
..()
. = ..()
/obj/machinery/cryopod/despawn_occupant()
var/mob/living/mob_occupant = occupant
@@ -40,7 +40,7 @@
var/mob/living/carbon/C = mob_occupant
if(C)
C.perma_fat_save(C)
..()
. = ..()
/*
/datum/preferences/proc/perma_fat_save(character)