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:
Erik Darkpaws
2019-05-27 00:37:27 -07:00
13 changed files with 216 additions and 12 deletions
@@ -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)