mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #1297 from CHOMPStationBot/upstream-merge-9193
[MIRROR] Adds more fun say lines to wolfgirl, also removes old redundant code.
This commit is contained in:
@@ -24,15 +24,6 @@
|
|||||||
say_list_type = /datum/say_list/wolfgirl
|
say_list_type = /datum/say_list/wolfgirl
|
||||||
ai_holder_type = /datum/ai_holder/simple_mob/retaliate/cooperative/wolfgirl
|
ai_holder_type = /datum/ai_holder/simple_mob/retaliate/cooperative/wolfgirl
|
||||||
|
|
||||||
var/loopstop = 0 //To prevent circular awoooos.
|
|
||||||
/*
|
|
||||||
/mob/living/simple_mob/retaliate/wolfgirl/hear_say()
|
|
||||||
if(world.time - loopstop < 5 SECONDS)
|
|
||||||
return
|
|
||||||
else
|
|
||||||
loopstop = world.time
|
|
||||||
..()
|
|
||||||
*/
|
|
||||||
// Activate Noms!
|
// Activate Noms!
|
||||||
/mob/living/simple_mob/vore/wolfgirl
|
/mob/living/simple_mob/vore/wolfgirl
|
||||||
vore_active = 1
|
vore_active = 1
|
||||||
@@ -59,6 +50,22 @@
|
|||||||
if(findtext(message, "Awoo."))
|
if(findtext(message, "Awoo."))
|
||||||
delayed_say(pick("Awoo?"), speaker)
|
delayed_say(pick("Awoo?"), speaker)
|
||||||
|
|
||||||
|
if(findtext(message, "Nice hat"))
|
||||||
|
delayed_say(pick("Thanks my grandma made it for me."), speaker)
|
||||||
|
|
||||||
|
if(findtext(message, "What's your phone number?"))
|
||||||
|
delayed_say(pick("Five six seven oh nine! Wait, who are you?"), speaker)
|
||||||
|
|
||||||
|
if(findtext(message, "Are you horny?"))
|
||||||
|
delayed_say(pick("No! I'm just hyperactive!"), speaker)
|
||||||
|
|
||||||
|
if(findtext(message, "Good girl"))
|
||||||
|
delayed_say(pick("Aww thanks... Wait, I'm not a dog!"), speaker)
|
||||||
|
|
||||||
|
if(findtext(message, "Fuyu"))
|
||||||
|
delayed_say(pick("You know my sister?!", "Is she causing problems again?"), speaker)
|
||||||
|
|
||||||
|
|
||||||
/datum/say_list/wolfgirl
|
/datum/say_list/wolfgirl
|
||||||
speak = list("AwoooOOOOoooo!","Awoo~","I'll protect the forest! ... Where's the forest again?","All I need is my sword!","Awoo?","Anyone else smell that?")
|
speak = list("AwoooOOOOoooo!","Awoo~","I'll protect the forest! ... Where's the forest again?","All I need is my sword!","Awoo?","Anyone else smell that?")
|
||||||
emote_hear = list("awoooos!","hmms to herself","plays with her sword")
|
emote_hear = list("awoooos!","hmms to herself","plays with her sword")
|
||||||
|
|||||||
Reference in New Issue
Block a user