Various grammar fixes

This commit is contained in:
shizcalev
2017-09-17 01:46:41 -04:00
parent 7b1b767a45
commit 81e5154a70
30 changed files with 45 additions and 45 deletions
@@ -292,7 +292,7 @@
//ash drake
/obj/item/crusher_trophy/tail_spike
desc = "A spike taken from a ash drake's tail. Suitable as a trophy for a kinetic crusher."
desc = "A spike taken from an ash drake's tail. Suitable as a trophy for a kinetic crusher."
denied_type = /obj/item/crusher_trophy/tail_spike
bonus_value = 5
@@ -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]."