Skip to content

Commit

Permalink
Lets borgs click on transport
Browse files Browse the repository at this point in the history
  • Loading branch information
someone543 committed Sep 20, 2023
1 parent 480a23a commit 333a579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nsv13/code/game/general_quarters/dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
user.forceMove(T)
mobs_in_ship -= user

/obj/structure/overmap/small_craft/transport/attack_robot(mob/user)
if(user.Adjacent(src))
return attack_hand(user)

/obj/structure/overmap/small_craft/transport/attack_hand(mob/user)
if(allowed(user))
if(do_after(user, 2 SECONDS, target=src))
Expand Down

0 comments on commit 333a579

Please sign in to comment.