mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fixes xeno attacking nests instead of unbuckling. You now attack the nest on harm intent and unbuckle on all other intents.
This commit is contained in:
@@ -89,3 +89,8 @@
|
||||
if(BURN)
|
||||
playsound(loc, 'sound/items/Welder.ogg', 100, 1)
|
||||
|
||||
/obj/structure/bed/nest/attack_alien(mob/living/carbon/alien/user)
|
||||
if(user.a_intent != "harm")
|
||||
return attack_hand(user)
|
||||
else
|
||||
return ..()
|
||||
Reference in New Issue
Block a user