Skip to content

Commit

Permalink
why was it like this anyways?
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 22, 2024
1 parent 0a2cbd4 commit 39bdf21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
L.ExtinguishMob() //Extinguishes mobs on contact
if(isxeno(L))
var/mob/living/carbon/xenomorph/X = M
X.plasma_stored = max(X.plasma_stored - POTENCY_MULTIPLIER_VHIGH * POTENCY_MULTIPLIER_VHIGH * potency, 0)
X.plasma_stored = max(X.plasma_stored - POTENCY_MULTIPLIER_HIGH * volume * potency, 0)

/datum/chem_property/positive/neutralizing/reaction_turf(turf/T, volume, potency)
if(!istype(T))
Expand Down

0 comments on commit 39bdf21

Please sign in to comment.