Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions code/modules/mob/living/carbon/human/species_types/felinid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,13 @@
),
)
return to_add
/datum/species/human/felinid/handle_speech(message)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proc has no parent: /datum/species/human/felinid/proc/handle_speech

message = replacetext(message, "r", "w")
message = replacetext(message, "R", "W")
message = replacetext(message, "l", "w")
message = replacetext(message, "L", "W")
if(prob(30))
message += " :3"
if(prob(20))
message = "OwO " + message
return ..(message)

Check failure on line 206 in code/modules/mob/living/carbon/human/species_types/felinid.dm

View workflow job for this annotation

GitHub Actions / Run Linters / linters

proc has no parent: /datum/species/human/felinid/proc/handle_speech
3 changes: 3 additions & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7158,4 +7158,7 @@
#include "interface\fonts\spess_font.dm"
#include "interface\fonts\tiny_unicode.dm"
#include "interface\fonts\vcr_osd_mono.dm"
#include "interface\fonts\tiny_unicode.dm"

Check failure on line 7161 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

OD1000: File "/home/runner/work/-tg-station/-tg-station/interface/fonts/tiny_unicode.dm" was already included

Check warning on line 7161 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

duplicate #include "interface/fonts/tiny_unicode.dm"
#include "interface\fonts\vcr_osd_mono.dm"

Check failure on line 7162 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

OD1000: File "/home/runner/work/-tg-station/-tg-station/interface/fonts/vcr_osd_mono.dm" was already included

Check warning on line 7162 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

duplicate #include "interface/fonts/vcr_osd_mono.dm"
#include "code\modules\mob\living\simple_animal\pet\talking_dog.dm"

Check failure on line 7163 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

OD1001: Could not find included file "/home/runner/work/-tg-station/-tg-station/code/modules/mob/living/simple_animal/pet/talking_dog.dm"

Check failure on line 7163 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters / linters

failed to find #include "code/modules/mob/living/simple_animal/pet/talking_dog.dm"
// END_INCLUDE
Loading