Skip to content

Commit

Permalink
Merge branch 'tank' of https://github.com/InsaneRed/cmss13 into tank
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed May 30, 2024
2 parents b952d7a + abe86e5 commit 0885c7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/vehicles/tank/tank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,10 @@
update_icon()

return TRUE
/obj/vehicle/multitile/tank/MouseDrop_T(mob/M, mob/user)

/obj/vehicle/multitile/tank/MouseDrop_T(mob/dropped, mob/user)
. = ..()
if((M != user) || !isxeno(user))
if((dropped != user) || !isxeno(user))
return

if(health > 0)
Expand Down

0 comments on commit 0885c7f

Please sign in to comment.