mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
[MIRROR] Patch fix, Neurotoxins, and Paralysis (#12096)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
c5fc822e09
commit
c2e84078b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user