Removes a unused chem (#576)

This commit is contained in:
CitadelStationBot
2017-04-26 11:09:00 -05:00
committed by Poojawa
parent ec2da50fbc
commit 87ce25df9b
2 changed files with 1 additions and 44 deletions
@@ -432,11 +432,6 @@
update_filling()
user.update_inv_back() //for overlays update
/obj/item/weapon/reagent_containers/chemtank/stim/New()
..()
reagents.add_reagent("stimulants_longterm", 300)
update_filling()
//Operator backpack spray
/obj/item/weapon/watertank/operator
name = "backpack water tank"
@@ -468,4 +463,4 @@
possible_transfer_amounts = list(75,100,150)
/obj/item/weapon/watertank/operator/make_noz()
return new /obj/item/weapon/reagent_containers/spray/mister/operator(src)
return new /obj/item/weapon/reagent_containers/spray/mister/operator(src)
@@ -867,44 +867,6 @@
. = 1
..()
/datum/reagent/medicine/stimulants/longterm
name = "Stimulants"
id = "stimulants_longterm"
description = "Increases stun resistance and movement speed in addition to restoring minor damage and weakness. Highly addictive."
color = "#78008C"
metabolization_rate = 2 * REAGENTS_METABOLISM
overdose_threshold = 0
addiction_threshold = 5
/datum/reagent/medicine/stimulants/longterm/addiction_act_stage1(mob/living/M)
M.adjustToxLoss(5*REM, 0)
M.adjustStaminaLoss(5*REM, 0)
..()
. = 1
/datum/reagent/medicine/stimulants/longterm/addiction_act_stage2(mob/living/M)
M.adjustToxLoss(6*REM, 0)
M.adjustStaminaLoss(5*REM, 0)
M.Stun(2, 0)
..()
. = 1
/datum/reagent/medicine/stimulants/longterm/addiction_act_stage3(mob/living/M)
M.adjustToxLoss(7*REM, 0)
M.adjustStaminaLoss(5*REM, 0)
M.adjustBrainLoss(1*REM)
M.Stun(2, 0)
..()
. = 1
/datum/reagent/medicine/stimulants/longterm/addiction_act_stage4(mob/living/M)
M.adjustToxLoss(8*REM, 0)
M.adjustStaminaLoss(5*REM, 0)
M.adjustBrainLoss(2*REM)
M.Stun(2, 0)
..()
. = 1
/datum/reagent/medicine/insulin
name = "Insulin"
id = "insulin"