mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
[Goonchem] Sarin Fix
This commit is contained in:
@@ -474,7 +474,11 @@ datum/reagent/sarin/on_mob_life(var/mob/living/M as mob)
|
||||
M.adjustFireLoss(1)
|
||||
M.adjustToxLoss(1)
|
||||
if(prob(20))
|
||||
M.emote(pick("twitch","scream", "drool", "quiver"))
|
||||
M.emote(pick("twitch","drool", "quiver"))
|
||||
if(prob(10))
|
||||
M.emote("scream")
|
||||
M.drop_l_hand()
|
||||
M.drop_r_hand()
|
||||
if(prob(5))
|
||||
M.confused = max(M.confused, 3)
|
||||
if(prob(15))
|
||||
|
||||
Reference in New Issue
Block a user