Add Pump Up to the list of stims in Haloperidol and Nanocalcium (#28444)

* Add Pump Up to the list of stims in Haloperidol.

* Add Pump Up to Nanocalcium's stim list too.
This commit is contained in:
WenlockTheBritishHobo
2025-02-24 16:10:29 +00:00
committed by GitHub
parent 7af5bd0783
commit 6b45c6334f
@@ -1330,7 +1330,7 @@
color = "#FFDCFF"
taste_description = "stability"
harmless = FALSE
var/list/drug_list = list("crank", "methamphetamine", "space_drugs", "synaptizine", "psilocybin", "ephedrine", "epinephrine", "stimulants", "stimulative_agent", "bath_salts", "lsd", "thc", "mephedrone")
var/list/drug_list = list("crank", "methamphetamine", "space_drugs", "synaptizine", "psilocybin", "ephedrine", "epinephrine", "stimulants", "stimulative_agent", "bath_salts", "lsd", "thc", "mephedrone", "pump_up")
goal_difficulty = REAGENT_GOAL_NORMAL
/datum/reagent/medicine/haloperidol/on_mob_life(mob/living/M)
@@ -1589,7 +1589,7 @@
harmless = FALSE
taste_description = "2 minutes of suffering"
process_flags = ORGANIC | SYNTHETIC
var/list/stimulant_list = list("methamphetamine", "crank", "bath_salts", "stimulative_agent", "stimulants", "mephedrone", "ultralube", "surge", "surge_plus", "combatlube")
var/list/stimulant_list = list("methamphetamine", "crank", "bath_salts", "stimulative_agent", "stimulants", "mephedrone", "ultralube", "surge", "surge_plus", "combatlube", "pump_up")
/datum/reagent/medicine/nanocalcium/on_mob_life(mob/living/carbon/human/M)
var/update_flags = STATUS_UPDATE_NONE