Fixes typo in a slaughter demon message.

Fixes slaughter demon icon upon being admin healed/revived.
Add the limit var to datum/spellbook_entry to limit the amount of times it can be bought by the wizard. It's currently only used to limit wizard from summoning more than 3 slaughter demons.
This commit is contained in:
phil235
2015-07-17 21:36:58 +02:00
parent ed1d1c1919
commit 76ee0a3e1a
2 changed files with 17 additions and 4 deletions
@@ -11,6 +11,7 @@
response_harm = "punches"
icon = 'icons/mob/mob.dmi'
icon_state = "daemon"
icon_living = "daemon"
speed = 0
a_intent = "harm"
stop_automated_movement = 1
@@ -76,7 +77,7 @@
src.phased = TRUE
src.holder = holder
if(src.kidnapped)
src << "<B>You being to feast on [kidnapped]. You can not move while you are doing this.</B>"
src << "<B>You begin to feast on [kidnapped]. You can not move while you are doing this.</B>"
src.eating = TRUE
playsound(get_turf(src),'sound/magic/Demon_consume.ogg', 100, 1)
sleep(30)