Skip to content

Commit

Permalink
[MIRROR] Hiss emote pannel + fix (#5140)
Browse files Browse the repository at this point in the history
* Hiss emote pannel + fix (#4543)

fixed a missing 1

* [MIRROR] Hiss emote pannel + fix

---------

Co-authored-by: Manatee <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent 355b549 commit 7cb5587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_nova/modules/emote_panel/code/emote_panel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
/mob/living/proc/emote_hiss1()
set name = "> Hiss"
set category = "Emotes+"
usr.emote("hiss1", intentional = TRUE)
usr.emote("hiss", intentional = TRUE)

/mob/living/proc/emote_chitter()
set name = "> Chitter"
Expand Down

0 comments on commit 7cb5587

Please sign in to comment.