suggestions

This commit is contained in:
Putnam
2021-05-18 16:18:57 -07:00
parent 1a92973d99
commit 030361e1cc
2 changed files with 2 additions and 2 deletions
@@ -572,7 +572,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
for(var/q in L.roundstart_quirks)
var/datum/quirk/Q = q
if(Q.type in blacklisted_quirks)
L.remove_quirk(Q.type)
qdel(Q)
removed_quirks += Q.type
// restore any quirks that we removed