mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 06:26:29 +01:00
Merge branch 'master' of https://github.com/CHOMPstation/CHOMPstation into ErikTheDogEdits
# Conflicts: # code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm
This commit is contained in:
@@ -284,7 +284,8 @@
|
||||
apply_damage(real_damage, hit_dam_type, hit_zone, armour, soaked, sharp=attack.sharp, edge=attack.edge)
|
||||
|
||||
if(I_DISARM)
|
||||
add_attack_logs(H,src,"Disarmed")
|
||||
// Having this log every time someone disarms even when the disarm does nothing is REALLY ANNOYING. -Erik
|
||||
// add_attack_logs(H,src,"Disarmed")
|
||||
|
||||
M.do_attack_animation(src)
|
||||
|
||||
@@ -309,6 +310,8 @@
|
||||
visible_message("<span class='warning'>[M] has weakly pushed [src]!</span>")
|
||||
return
|
||||
|
||||
add_attack_logs(H,src,"Disarmed")
|
||||
|
||||
var/randn = rand(1, 100)
|
||||
last_push_time = world.time
|
||||
if(!(species.flags & NO_SLIP) && randn <= 25)
|
||||
|
||||
Reference in New Issue
Block a user