Update dog_modules_vr.dm

This commit is contained in:
Verkister
2017-11-21 15:22:50 +02:00
committed by GitHub
parent 326de1809d
commit 101fa7b2a0
@@ -364,8 +364,8 @@
to_chat(src, "<span class='warning'>You miss!</span>")
return
if(ishuman(tmob))
var/mob/living/carbon/human/H = tmob
if(ishuman(T))
var/mob/living/carbon/human/H = T
if(H.species.lightweight == 1)
H.Weaken(3)
return