mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Nerfs tabling
This commit is contained in:
@@ -106,9 +106,9 @@
|
|||||||
else
|
else
|
||||||
user << "<span class='danger'>You need a better grip to do that!</span>"
|
user << "<span class='danger'>You need a better grip to do that!</span>"
|
||||||
return
|
return
|
||||||
else
|
else if(!M.Check_Shoegrip() && do_mob(user, M, 5+(M.getarmor(BP_TORSO,"melee")/4)))
|
||||||
G.affecting.loc = src.loc
|
M.forceMove(get_turf(src))
|
||||||
G.affecting.Weaken(5)
|
M.Weaken(round(5-(M.getarmor(null, "melee")/20)))
|
||||||
visible_message("<span class='danger'>[G.assailant] puts [G.affecting] on \the [src].</span>")
|
visible_message("<span class='danger'>[G.assailant] puts [G.affecting] on \the [src].</span>")
|
||||||
qdel(W)
|
qdel(W)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user