mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
remove workaround chem
This commit is contained in:
@@ -147,13 +147,6 @@
|
||||
inhibitors = list("fluorine" = 0.01)
|
||||
result_amount = 1
|
||||
|
||||
/decl/chemical_reaction/instant/nutridax
|
||||
name = "Nutridax"
|
||||
id = "nutridax"
|
||||
result = "nutridax"
|
||||
required_reagents = list("oxygen" = 1, "lipozine" = 1, "carbon" = 1)
|
||||
result_amount = 3
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
/// Vore Drugs
|
||||
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
/datum/reagent/sleevingcure/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/resleeving_sickness)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/faux_resleeving_sickness)
|
||||
<<<<<<< HEAD
|
||||
*/ //CHOMPStation removal end
|
||||
|
||||
/datum/reagent/nutridax
|
||||
@@ -131,3 +132,5 @@
|
||||
R.remove_self(removed * 20)
|
||||
if(istype(R, /datum/reagent/drink))
|
||||
R.remove_self(removed * 30)
|
||||
=======
|
||||
>>>>>>> 9dbfaba2da... Merge pull request #12812 from KillianKirilenko/kk-rewind
|
||||
|
||||
Reference in New Issue
Block a user