Skip to content

Commit

Permalink
Update code/modules/cm_marines/altitude_control_console.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
LC4492 and Drulikar authored Jul 28, 2024
1 parent 4e3f548 commit 8f023f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/cm_marines/altitude_control_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ GLOBAL_VAR_INIT(ship_alt, SHIP_ALT_MED)
if("med_alt")
change_altitude(user, SHIP_ALT_MED)
. = TRUE
if("high_alt")
change_altitude(user, SHIP_ALT_HIGH)
. = TRUE
message_admins("[key_name(user)] has changed the ship's altitude to [action].")

add_fingerprint(user)
Expand Down

0 comments on commit 8f023f3

Please sign in to comment.