mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
Merge pull request #653 from VOREStation/fix541-again
Fixes attacking from inside voremobs, again
This commit is contained in:
@@ -343,6 +343,8 @@
|
||||
O.attack(src, user, user.zone_sel.selecting)
|
||||
|
||||
/mob/living/simple_animal/hit_with_weapon(obj/item/O, mob/living/user, var/effective_force, var/hit_zone)
|
||||
if (user.loc == src)
|
||||
return 1 // VOREStation Edit
|
||||
|
||||
visible_message("<span class='danger'>\The [src] has been attacked with \the [O] by [user].</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user