Skip to content

Commit

Permalink
removes direction from first message
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound authored Jan 23, 2024
1 parent 6b9e51f commit 8b80afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/cas_manager/datums/cas_fire_envelope.dm
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@
fm_identifier = "FIRE"

mob.show_message( \
SPAN_HIGHDANGER("YOU HEAR THE [ds_identifier] ROAR AS IT PREPARES TO [fm_identifier] [SPAN_UNDERLINE(relative_dir ? uppertext(("TO YOUR " + dir2text(relative_dir))) : uppertext("right above you"))]!"), SHOW_MESSAGE_VISIBLE, \
SPAN_HIGHDANGER("YOU HEAR SOMETHING FLYING CLOSER [SPAN_UNDERLINE(relative_dir ? uppertext(("TO YOUR " + dir2text(relative_dir))) : uppertext("right above you"))]!"), SHOW_MESSAGE_AUDIBLE \
SPAN_HIGHDANGER("YOU HEAR THE [ds_identifier] ROAR AS IT PREPARES TO [fm_identifier] NEAR YOU!, \
SPAN_HIGHDANGER("YOU HEAR SOMETHING FLYING CLOSER TO YOU! , SHOW_MESSAGE_AUDIBLE \
)

sleep(flyto_period)
Expand Down

0 comments on commit 8b80afa

Please sign in to comment.