Maybe too much of a buff in this case

This commit is contained in:
Unknown
2021-06-22 11:20:05 -04:00
parent 660a9d758d
commit 109c8bc15a
+3 -3
View File
@@ -8,7 +8,7 @@
reagent_state = LIQUID
color = "#00BFFF"
overdose = REAGENTS_OVERDOSE * 2
metabolism = REM * 0.1
metabolism = REM * 0.2
scannable = 1
/datum/reagent/inaprovaline/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
@@ -24,9 +24,9 @@
reagent_state = LIQUID
color = "#00BFFF"
overdose = REAGENTS_OVERDOSE * 2
metabolism = REM * 0.1
metabolism = REM * 0.2
scannable = 1
touch_met = REM * 0.15
touch_met = REM * 0.3
can_overdose_touch = TRUE
/datum/reagent/inaprovaline/topical/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)