Skip to content

Commit

Permalink
Update Chemistry-Generator.dm
Browse files Browse the repository at this point in the history
Removes focusing from the combination to prevent focusing from canceling out nerve-stimulating thus preventing encephalophrasive from forming
  • Loading branch information
wshuwshuwshi committed Jun 26, 2024
1 parent 4f322ce commit 5a76c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/Chemistry-Generator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
PROPERTY_CIPHERING_PREDATOR = list(PROPERTY_CIPHERING, PROPERTY_CROSSMETABOLIZING),\
PROPERTY_FIRE_PENETRATING = list(PROPERTY_OXYGENATING, PROPERTY_VISCOUS),\
PROPERTY_BONEMENDING = list(PROPERTY_HYPERDENSIFICATING, PROPERTY_NUTRITIOUS),\
PROPERTY_ENCEPHALOPHRASIVE = list(PROPERTY_NERVESTIMULATING, PROPERTY_PSYCHOSTIMULATING, PROPERTY_FOCUSING))
PROPERTY_ENCEPHALOPHRASIVE = list(PROPERTY_NERVESTIMULATING, PROPERTY_PSYCHOSTIMULATING))
var/datum/chem_property/match
var/datum/chem_property/initial_property
for(var/datum/chem_property/P in properties)
Expand Down

0 comments on commit 5a76c01

Please sign in to comment.