fix typos, remove SELECTABLE from clown and mime curses

This commit is contained in:
unid15
2015-09-27 12:25:05 +02:00
parent e1e7b76c98
commit 9ab3a425ca
5 changed files with 6 additions and 3 deletions

View File

@@ -1311,7 +1311,7 @@ default behaviour is:
our_product.spawn_result(get_turf(src), src)
return
user.visible_message("<span class='notice'>[user] starts butchering \the [src][tool ? "with \the [tool]" : ""].</span>",\
user.visible_message("<span class='notice'>[user] starts butchering \the [src][tool ? " with \the [tool]" : ""].</span>",\
"<span class='info'>You start butchering \the [src].</span>")
src.being_butchered = 1

View File

@@ -7,6 +7,8 @@
invocation = "L' C'MMEDIA E F'NITA!"
invocation_type = SpI_SHOUT
range = 1
spell_flags = 0 //SELECTABLE hinders you here, since the spell has a range of 1 and only works on adjacent guys. Having the TARGETTED flag here makes it easy for your target to run away from you!
cooldown_min = 50
sparks_spread = 1

View File

@@ -7,6 +7,7 @@
invocation = "FU'K Y'U D'NY"
invocation_type = SpI_SHOUT
range = 1
spell_flags = 0 //SELECTABLE hinders you here, since the spell has a range of 1 and only works on adjacent guys. Having the TARGETTED flag here makes it easy for your target to run away from you!
cooldown_min = 50
sparks_spread = 1

View File

@@ -23,7 +23,7 @@
/spell/targeted/equip_item/horsemask/cast(list/targets, mob/user = usr)
..()
for(var/mob/living/target in targets)
target.visible_message( "<span class='danger'>[target]'s face lights up in fire, and after the event a horse's head takes its place!</span>", \
target.visible_message( "<span class='danger'>[target]'s face lights up in fire, and after the event a horse's head takes its place!</span>", \
"<span class='danger'>Your face burns up, and shortly after the fire you realise you have the face of a horse!</span>")
flick("e_flash", target.flash)

View File

@@ -5,4 +5,4 @@ delete-after: True
changes:
- rscadd: It's now possible to build chairs while in a wheelchair
- bugfix: Using the dissolve power no longer makes you lose your antag status
- bugfix: Buttbot's revenge, flesh to stone, shoe snatch, subjugate as well as clown, french and horse curses now allow you to select a target from a list!
- bugfix: Buttbot's revenge, flesh to stone, shoe snatch, subjugate and the horsemask curse now allow you to select a target from a list!