Skip to content

Commit

Permalink
Update mortars.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Mar 26, 2024
1 parent 358faf5 commit 5af20ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/equipment/mortar/mortars.dm
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
turf = our_turf
travel_time = 0.5 SECONDS
else
to_chat(user, SPAN_RED("The mortar's safe area accident inhibitors prevent you from firing at this time!"))
to_chat(user, SPAN_RED("You realize how bad of an idea this is and quickly stop."))
return

user.visible_message(SPAN_NOTICE("[user] starts loading \a [mortar_shell.name] into [src]."),
Expand Down

0 comments on commit 5af20ac

Please sign in to comment.