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
-7
View File
@@ -5,13 +5,6 @@
#define SERVER_LAST_ROUND "server last round"
/datum/controller/subsystem/ticker/proc/gather_roundend_feedback()
//GS13 Process permanent fat
for(var/mob/m in GLOB.player_list)
if(iscarbon(m))
var/mob/living/carbon/C = m
if(C)
C.perma_fat_save(C)
gather_antag_data()
record_nuke_disk_location()
var/json_file = file("[GLOB.log_directory]/round_end_data.json")