This commit is contained in:
SandPoot
2024-02-25 13:41:28 -03:00
parent 354ef121b0
commit 17362e5881
4 changed files with 53 additions and 8 deletions
@@ -55,7 +55,6 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
if(S.remove_blacklisted_quirks(H))
to_chat(to_chat_target || user, "<span class='boldwarning'>Some quirks have been cut from your character due to them conflicting with your species: [english_list(S.removed_quirks)]</span>")
/datum/controller/subsystem/processing/quirks/proc/quirk_path_by_name(name)
return quirks[name]
@@ -106,14 +105,14 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
points_used -= points
if(points_used <= 0)
break
*/
//Nah, let's null all non-neutrals out.
//Nah, let's null all non-neutrals out.
if (pointscut < 0)// only if the pointscutting didn't work.
if(cut.len)
for(var/i in our_quirks)
if(quirk_points_by_name(i) != 0)
//cut += i -- Commented out: Only show the ones that triggered the quirk purge.
our_quirks -= i
*/
return cut