Fix grammar of smashing sheets of glass (#55737)

The message was missing the indefinite article, meaning you would "leave
shard", rather than "leaving a shard".
This commit is contained in:
coiax
2020-12-28 11:59:01 +13:00
committed by GitHub
parent 45acc47e39
commit 110ef4b32e
@@ -36,7 +36,7 @@
if(mat.shard_type)
var/obj/item/new_shard = new mat.shard_type(user.loc)
new_shard.add_fingerprint(user)
shards += "[new_shard.name]"
shards += "\a [new_shard.name]"
if(!shards.len)
return FALSE
user.do_attack_animation(src, ATTACK_EFFECT_BOOP)