[MIRROR] fixes silly stuff about basic mobs [MDB IGNORE] (#18368)

* fixes silly stuff about basic mobs

* merge conflicts, also apply upstream 72120

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
SkyratBot
2023-01-09 06:00:48 -05:00
committed by GitHub
co-authored by Fikou tastyfish
parent 2797bd39cf
commit 36bc850a11
12 changed files with 84 additions and 143 deletions
+1 -1
View File
@@ -183,7 +183,7 @@
/obj/structure/window/attack_generic(mob/user, damage_amount = 0, damage_type = BRUTE, damage_flag = 0, sound_effect = 1) //used by attack_alien, attack_animal, and attack_slime
if(!can_be_reached(user))
return
..()
return ..()
/obj/structure/window/tool_act(mob/living/user, obj/item/tool, tool_type, is_right_clicking)
if(!can_be_reached(user))