memory leak bad

This commit is contained in:
Timothy Teakettle
2020-09-05 21:35:02 +01:00
parent e2aeaf8a5b
commit 8f6c353ad0
3 changed files with 10 additions and 6 deletions
-2
View File
@@ -2544,8 +2544,6 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if(custom_speech_verb != "default")
character.dna.species.say_mod = custom_speech_verb
//todo: make limb features copy to the person
SEND_SIGNAL(character, COMSIG_HUMAN_PREFS_COPIED_TO, src, icon_updates, roundstart_checks)
//let's be sure the character updates
@@ -46,7 +46,7 @@
if(current_tab == 3)
//give it its loadout if not on the appearance tab
SSjob.equip_loadout(parent.mob, mannequin, FALSE, bypass_prereqs = TRUE)
SSjob.equip_loadout(parent.mob, mannequin, FALSE, bypass_prereqs = TRUE, can_drop = FALSE)
else
if(previewJob && equip_job)
mannequin.job = previewJob.title