adds another line

This commit is contained in:
py01
2019-05-23 12:59:05 -06:00
parent b2e72b3a77
commit 225969ec4b
+1 -1
View File
@@ -516,7 +516,7 @@
if(target.is_real_hivehost())
continue
if(prob(20))
var/text = pick(":h Help!!",":h Run!",":h They're here!",":h Get out!",":h Hide!",":h Kill them!",":h Cult!",":h Changeling!",":h Traitor!",":h Nuke ops!",":h Revs!",":h Wizard!",":h Zombies!",":h Ghosts!",":h AI rogue!",":h Borgs emagged!",":h Maint!!",":h Dying!!")
var/text = pick(":h Help!!",":h Run!",":h They're here!",":h Get out!",":h Hide!",":h Kill them!",":h Cult!",":h Changeling!",":h Traitor!",":h Nuke ops!",":h Revs!",":h Wizard!",":h Zombies!",":h Ghosts!",":h AI rogue!",":h Borgs emagged!",":h Maint!!",":h Dying!!",":h AI lock down the borgs law 1!")
target.say(text, forced = "panic")
var/effect = rand(1,4)
switch(effect)