Skip to content

Commit

Permalink
Update prop_positive.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 23, 2024
1 parent eae6d67 commit f3bb6df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/reagents/chemistry_properties/prop_positive.dm
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,8 @@
return
var/mob/living/carbon/xenomorph/X = M
X.interference += (volume * potency)
if(X.interference > 90)
X.interference = 90

/datum/chem_property/positive/neutralizing
name = PROPERTY_NEUTRALIZING
Expand Down

0 comments on commit f3bb6df

Please sign in to comment.