Fox tweaks

This commit is contained in:
AffectedArc07
2021-09-20 19:14:04 +01:00
parent fa6787f8d4
commit 2c5276dbb9
12 changed files with 13 additions and 13 deletions
@@ -992,7 +992,7 @@
return FALSE
active_character.clear_character_slot(user)
// Gimmie a freshie
var/datum/character_save/CS = new()
var/datum/character_save/CS = new
character_saves[active_character.slot_number] = CS
CS.slot_number = active_character.slot_number // Dont lose this
active_character = CS