Skip to content

Commit

Permalink
[MIRROR] Consistancy for firing gun messages for user and observer (#…
Browse files Browse the repository at this point in the history
…2767)

Co-authored-by: SierraKomodo <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2024
1 parent 9a6b583 commit a3071df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
flick(fire_anim, src)

if (user)
var/user_message = SPAN_WARNING("You fire \the [src][pointblank ? " point blank":""] at \the [target][reflex ? " by reflex" : ""]!")
var/user_message = SPAN_DANGER("You fire \the [src][pointblank ? " point blank":""] at \the [target][reflex ? " by reflex" : ""]!")
if (silenced)
to_chat(user, user_message)
else
Expand Down

0 comments on commit a3071df

Please sign in to comment.