This commit is contained in:
Tastyfish
2016-04-09 16:00:59 -04:00
parent 2d521ac64e
commit 632595ce38
3 changed files with 3 additions and 7 deletions
@@ -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)
..()