Skip to content

Commit

Permalink
Update _mecha.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
1393F committed Jan 23, 2024
1 parent 53051f6 commit 954f304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/mecha/_mecha.dm
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
var/mob/living/livinguser = user
if(selected)
if(!(livinguser in return_controllers_with_flag(VEHICLE_CONTROL_EQUIPMENT)))
balloon_alert(user, "wrong seat for equipment!")
to_chat(livinguser, "<span class='warning'>You aren't in the right seat!</span>")
return
if(!Adjacent(target) && (selected.range & MECHA_RANGED))
if(HAS_TRAIT(livinguser, TRAIT_PACIFISM) && selected.harmful)
Expand Down

0 comments on commit 954f304

Please sign in to comment.