[MIRROR] Patch fix, Neurotoxins, and Paralysis (#12096)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-12-10 10:36:30 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent c5fc822e09
commit c2e84078b5
23 changed files with 101 additions and 83 deletions
@@ -87,3 +87,9 @@
desc = "A measuring cup."
icon_state = "measure_cup"
item_state = "measure_cup"
/obj/item/reagent_containers/glass/beaker/lichpowder
prefill = list(REAGENT_ID_LICHPOWDER = 50)
/obj/item/reagent_containers/glass/beaker/zombiepowder
prefill = list(REAGENT_ID_ZOMBIEPOWDER = 50)
@@ -40,7 +40,7 @@
to_chat(H, span_notice("\The [src] is placed on your [affecting]."))
M.drop_from_inventory(src) //icon update
if(reagents.total_volume)
reagents.trans_to_mob(M, reagents.total_volume, CHEM_TOUCH) //CHEM_TOUCH //CHOMPEdit
reagents.trans_to_mob(M, reagents.total_volume, CHEM_TOUCH)
qdel(src)
return 1
@@ -74,7 +74,7 @@
M.drop_from_inventory(src) //icon update
if(reagents.total_volume)
reagents.trans_to_mob(M, reagents.total_volume, CHEM_TOUCH) //CHEM_TOUCH //CHOMPEdit
reagents.trans_to_mob(M, reagents.total_volume, CHEM_TOUCH) //CHEM_TOUCH
qdel(src)
return 1