Skip to content

Commit

Permalink
Lets borgs click on transport small craft to enter (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone543 authored Oct 14, 2023
1 parent 85e50ab commit 0fce9be
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 0fce9be

Please sign in to comment.