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

@@ -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!