Skip to content

Commit

Permalink
All those who can pull, can shift aside. (#24470)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 authored Mar 21, 2024
1 parent 9096c5f commit 570acb5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions code/game/turfs/turf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,21 @@
/turf/attack_hand(mob/user as mob)
user.Move_Pulled(src)

/turf/attack_robot(mob/user)
user.Move_Pulled(src)

/turf/attack_animal(mob/user)
user.Move_Pulled(src)

/turf/attack_alien(mob/living/carbon/alien/user)
user.Move_Pulled(src)

/turf/attack_larva(mob/user)
user.Move_Pulled(src)

/turf/attack_slime(mob/user)
user.Move_Pulled(src)

/turf/ex_act(severity)
return FALSE

Expand Down

0 comments on commit 570acb5

Please sign in to comment.