Fixes plurality of stacks and updates miss message

Some stacks didn't have their gender set to plural, despite having a
pluralized item name.
This commit is contained in:
Krausus
2015-06-08 23:32:44 -04:00
parent 3299870a2e
commit 1fc0f235ef
6 changed files with 9 additions and 1 deletions
@@ -380,7 +380,9 @@ emp_act
var/obj/item/organ/external/affecting = get_organ(zone)
if(!affecting)
visible_message("\blue \The [O] misses [src] narrowly!")
var/missverb = (O.gender == PLURAL) ? "whizz" : "whizzes"
visible_message("<span class='notice'>\The [O] [missverb] past [src]'s missing [parse_zone(zone)]!</span>",
"<span class='notice'>\The [O] [missverb] past your missing [parse_zone(zone)]!</span>")
return
var/hit_area = affecting.name