mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Handcuffs Now Require An Aggressive Grab (#7299)
This commit is contained in:
@@ -697,7 +697,7 @@ default behaviour is:
|
||||
/mob/living/var/last_resist
|
||||
|
||||
/mob/living/proc/resist_grab()
|
||||
if(last_resist + 8 > world.time)
|
||||
if(last_resist + 10 > world.time)
|
||||
return
|
||||
last_resist = world.time
|
||||
if(stunned > 10)
|
||||
@@ -733,7 +733,7 @@ default behaviour is:
|
||||
else
|
||||
resist_chance = 3 * resist_power
|
||||
resist_msg = span("danger", "[src] has broken free of [G.assailant]'s headlock!")
|
||||
|
||||
|
||||
if(prob(resist_chance))
|
||||
visible_message(resist_msg)
|
||||
qdel(G)
|
||||
|
||||
Reference in New Issue
Block a user