mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Removes Styptic Powder, Silver Sulfadiazine and Synthflesh from base Medical Hyposprays (#22259)
* Woe be to Medical antags * Removed Styptic, Silversulf and Synthflesh AGAIN Ultrakilling DGamerL * Ultrakilling both S34N and DGamerL now
This commit is contained in:
@@ -17,10 +17,9 @@
|
||||
slot_flags = SLOT_BELT
|
||||
var/ignore_flags = FALSE
|
||||
var/safety_hypo = FALSE
|
||||
var/static/list/safe_chem_list = list("antihol", "charcoal", "epinephrine", "insulin", "teporone", "silver_sulfadiazine", "salbutamol",
|
||||
"omnizine", "stimulants", "synaptizine", "potass_iodide", "oculine", "mannitol", "styptic_powder",
|
||||
"spaceacillin", "salglu_solution", "sal_acid", "cryoxadone", "blood", "synthflesh", "hydrocodone",
|
||||
"mitocholide", "rezadone", "menthol")
|
||||
var/static/list/safe_chem_list = list("antihol", "charcoal", "epinephrine", "insulin", "teporone", "salbutamol","omnizine",
|
||||
"stimulants", "synaptizine", "potass_iodide", "oculine", "mannitol", "spaceacillin", "salglu_solution",
|
||||
"sal_acid", "cryoxadone", "blood", "hydrocodone", "mitocholide", "rezadone", "menthol")
|
||||
|
||||
/obj/item/reagent_containers/hypospray/proc/apply(mob/living/M, mob/user)
|
||||
if(!reagents.total_volume)
|
||||
|
||||
Reference in New Issue
Block a user