Skip to content

Commit

Permalink
lotta fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SECBATON-GRIFFON committed Dec 31, 2024
1 parent 9e5a708 commit f88b26d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/game/mecha/equipment/tools/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1691,13 +1691,14 @@
if(chassis.loc!=C || target.loc!=T)
return
if(occupant)
occupant_message("<font color=\"red\"><B>The ship is already occupied!</B></font>")
occupant_message("<span class='warning'>The ship is already occupied!</span>")
return
target.forceMove(src)
target.reset_view(src)
target.sleeping = 30
occupant = target
pr_mech_abductor.start()
occupant_message("<font color='blue'>[target] successfully loaded into [src].")
occupant_message("<span class='notice'>[target] successfully loaded into [src]</span>.")
chassis.visible_message("[chassis] loads [target] into [src].")
log_message("[target] loaded.")
return 1
Expand Down

0 comments on commit f88b26d

Please sign in to comment.