Skip to content

Commit

Permalink
Add Pump Up to the list of stims in Haloperidol and Nanocalcium (#28444)
Browse files Browse the repository at this point in the history
* Add Pump Up to the list of stims in Haloperidol.

* Add Pump Up to Nanocalcium's stim list too.
  • Loading branch information
WenlockTheBritishHobo authored Feb 24, 2025
1 parent 7af5bd0 commit 6b45c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/chemistry/reagents/medicine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6b45c63

Please sign in to comment.