mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Patch fix, Neurotoxins, and Paralysis (#18853)
* Makes zombie powder and lich powder somewhat more useful Also makes the scanners act mostly the same with fakedeath * Makes patches actually apply via touch I killed myself during testing with bicaridaze * Make things respect fakedeath * Some more fixes * Makes paralysis apply in more places Also makes paralysis no longer make you unable to see emotes. Makes it so you can not /me, but you can /subtle while paralyzed * Adds another method for zombie powder mix
This commit is contained in:
@@ -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_BLOOD) //CHEM_TOUCH
|
||||
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_BLOOD) //CHEM_TOUCH
|
||||
reagents.trans_to_mob(M, reagents.total_volume, CHEM_TOUCH) //CHEM_TOUCH
|
||||
qdel(src)
|
||||
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user