Fixed self-murdering with heavy blunt objects.

This commit is contained in:
cib
2012-03-27 08:30:38 -08:00
parent a55fe84284
commit a322e2ba7c
+1 -1
View File
@@ -274,7 +274,7 @@ mob/proc/flash_weak_pain()
spawn
unmoved = do_after(user, 4)
sleep(4)
if( (!unmoved && !prob(70)) || get_dist(user, M) != 1)
if( (!unmoved && !prob(70)) || (get_dist(user, M) != 1 && user != M))
user.visible_message("\red [user.name] misses with \the [src]!")
return