Skip to content

Commit

Permalink
synapse duration
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 17, 2024
1 parent 90ede70 commit 9c9dfb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/borer/borer_chemicals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
color = "#32745e"
overdose = LOW_REAGENTS_OVERDOSE
overdose_critical = LOW_REAGENTS_OVERDOSE
properties = list(PROPERTY_CROSSMETABOLIZING = 2, PROPERTY_ENCEPHALOPHRASIVE = 1, PROPERTY_PAINKILLING = 1, PROPERTY_NEUROPEUTIC = 2)
properties = list(PROPERTY_CROSSMETABOLIZING = 2, PROPERTY_ENCEPHALOPHRASIVE = 1, PROPERTY_PAINKILLING = 1, PROPERTY_NEUROPEUTIC = 2, PROPERTY_HYPOMETABOLIC = 4)

////////////// BORER CHEM DATUMS USED IN THE SYNTHESISER MENU ///////////////////////

Expand Down
2 changes: 2 additions & 0 deletions code/modules/borer/borer_wip.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@
can_reproduce = 2
max_contaminant = 500
max_enzymes = 2000
enzyme_rate = 3
maxHealth = 500
health = 500
restricted_chems_allowed = TRUE

actions_hostless += /datum/action/innate/borer/update_directive
actions_humanoidhost += /datum/action/innate/borer/update_directive
Expand Down

0 comments on commit 9c9dfb5

Please sign in to comment.