mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user