Skip to content

Commit

Permalink
[MIRROR] [MDB IGNORE] removes move mode and combat mode from the stat…
Browse files Browse the repository at this point in the history
… tab (#1448)
  • Loading branch information
TaleStationBot committed Jul 4, 2022
1 parent 7f9614a commit 9438c8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@

/mob/living/carbon/human/get_status_tab_items()
. = ..()
. += "Combat mode: [combat_mode ? "On" : "Off"]"
. += "Move Mode: [m_intent]"
if (internal)
var/datum/gas_mixture/internal_air = internal.return_air()
if (!internal_air)
Expand Down

0 comments on commit 9438c8d

Please sign in to comment.