oh right guess these variables won't be used any more.

This commit is contained in:
Blue Wildrose
2021-01-14 07:22:25 -07:00
parent 7ece70faac
commit 27f30e526c

View File

@@ -30,7 +30,6 @@
inverse_chem = /datum/reagent/fermi/BEsmaller //At really impure vols, it just becomes 100% inverse inverse_chem = /datum/reagent/fermi/BEsmaller //At really impure vols, it just becomes 100% inverse
can_synth = FALSE can_synth = FALSE
value = REAGENT_VALUE_VERY_RARE value = REAGENT_VALUE_VERY_RARE
var/message_spam = FALSE
/datum/reagent/fermi/breast_enlarger/on_mob_metabolize(mob/living/M) /datum/reagent/fermi/breast_enlarger/on_mob_metabolize(mob/living/M)
. = ..() . = ..()
@@ -180,7 +179,6 @@
inverse_chem = /datum/reagent/fermi/PEsmaller //At really impure vols, it just becomes 100% inverse and shrinks instead. inverse_chem = /datum/reagent/fermi/PEsmaller //At really impure vols, it just becomes 100% inverse and shrinks instead.
can_synth = FALSE can_synth = FALSE
value = REAGENT_VALUE_VERY_RARE value = REAGENT_VALUE_VERY_RARE
var/message_spam = FALSE
/datum/reagent/fermi/penis_enlarger/on_mob_metabolize(mob/living/M) /datum/reagent/fermi/penis_enlarger/on_mob_metabolize(mob/living/M)
. = ..() . = ..()