Skip to content

Commit

Permalink
lizards
Browse files Browse the repository at this point in the history
  • Loading branch information
Huz2e committed Nov 8, 2024
1 parent 4d01df1 commit 39fc383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massmeta/code/modules/surgery/organs/tongue.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/obj/item/organ/internal/tongue/lizard/modify_speech(datum/source, list/speech_args)
/obj/item/organ/tongue/lizard/modify_speech(datum/source, list/speech_args)
var/static/regex/lizard_hiss = new("s+", "g")
var/static/regex/lizard_hiSS = new("S+", "g")
var/static/regex/lizard_kss = new(@"(\w)x", "g")
Expand Down

0 comments on commit 39fc383

Please sign in to comment.