mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user