Adorableness

This commit is contained in:
Jack Edge
2016-06-04 11:03:21 +01:00
parent eb8907cefe
commit be1bbba56a
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -228,12 +228,12 @@
icon = 'icons/obj/wizard.dmi'
icon_state = "vial"
var/shatter_msg = "<span class='notice'>You shatter the bottle, no
var/shatter_msg = "<span class='notice'>You shatter the bottle, no \
turning back now!</span>"
var/veil_msg = "<span class='warning'>You sense a dark presence lurking \
just beyond the veil...</span>"
var/objective_verb = "Kill"
var/demon_type = /mob/living/simple_animal/slaughter
var/mob/living/demon_type = /mob/living/simple_animal/slaughter
/obj/item/weapon/antag_spawner/slaughter_demon/attack_self(mob/user)
@@ -288,8 +288,6 @@
icon_state = "vial"
color = "#FF69B4" // HOT PINK
shatter_msg = "<span class='notice'>You shatter the bottle, no
turning back now!</span>"
veil_msg = "<span class='warning'>You sense an adorable presence \
lurking just beyond the veil...</span>"
objective_verb = "Hug and Tickle"
+1 -1
View File
@@ -31,7 +31,7 @@ def stage2(map):
txt = "-M{}".format(map)
else:
txt = ''
args = "bash dm.sh {} tgstation.dme".format(txt)
args = "bash tools/travis/dm.sh {} tgstation.dme".format(txt)
print(args)
p = subprocess.Popen(args, shell=True)
wait(p)