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
@@ -169,7 +169,7 @@ GLOBAL_LIST_EMPTY(antagonists)
if(Q.type in blacklisted_quirks)
if(initial(Q.antag_removal_text))
to_chat(L, "<span class='boldannounce'>[initial(Q.antag_removal_text)]</span>")
L.remove_quirk(Q.type)
qdel(Q)
//Returns the team antagonist belongs to if any.
/datum/antagonist/proc/get_team()
@@ -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