mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Tweaks
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
for(var/i = 0; i < 5; i++)
|
||||
curse_words = pick_list(speak_file, "curse_words")
|
||||
toSay += "[curse_words] "
|
||||
chatmsg += "Hey [nouns_generic], why dont you go [copytext(toSay, 1, length(toSay))], you [nouns_insult]!"
|
||||
chatmsg += "Hey [nouns_generic], why don't you go [copytext(toSay, 1, length(toSay))], you [nouns_insult]!"
|
||||
else if(prob(chattyness))
|
||||
chatmsg += pick(knownStrings)
|
||||
if(prob(25)) // cut out some phrases now and then to make sure we're fresh and new
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
..(loc, "Tajaran")
|
||||
rename_character(name, "Tigercat")
|
||||
|
||||
/mob/living/carbon/human/interactive/tigercat/random()
|
||||
..()
|
||||
gender = "male"
|
||||
|
||||
/mob/living/carbon/human/interactive/tigercat/Life()
|
||||
reagents.add_reagent("sodiumchloride", 1)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user