Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 5c09a0f

Browse files
authored
Update negative.dm (#21754)
1 parent ddbcbfc commit 5c09a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/datums/traits/negative.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350

351351
/datum/quirk/insanity/check_quirk(datum/preferences/prefs)
352352
var/datum/species/species_type = prefs.read_preference(/datum/preference/choiced/species)
353-
var/disallowed_trait = (initial(species_type.inherent_biotypes) & MOB_ROBOTIC)
353+
var/disallowed_trait = !(initial(species_type.inherent_biotypes) & ALL_NON_ROBOTIC)
354354

355355
if(disallowed_trait)
356356
return "You are not illogical."

0 commit comments

Comments
 (0)