[MIRROR] Various grammar fixes (#2842)
* Various grammar fixes * Update mecha_parts.dm * Update crates.dm * Update ghost_role_spawners.dm * Update paper_premade.dm * Update oldstation.dm
This commit is contained in:
committed by
Poojawa
parent
b13f090fe9
commit
4dd0dc9d66
@@ -336,7 +336,7 @@
|
||||
if(cooldown < world.time)
|
||||
SSblackbox.add_details("immortality_talisman","Activated") // usage
|
||||
cooldown = world.time + 600
|
||||
user.visible_message("<span class='danger'>[user] vanishes from reality, leaving a a hole in [user.p_their()] place!</span>")
|
||||
user.visible_message("<span class='danger'>[user] vanishes from reality, leaving a hole in [user.p_their()] place!</span>")
|
||||
var/obj/effect/immortality_talisman/Z = new(get_turf(src.loc))
|
||||
Z.name = "hole in reality"
|
||||
Z.desc = "It's shaped an awful lot like [user.name]."
|
||||
|
||||
Reference in New Issue
Block a user