Message tweaks.

This commit is contained in:
Zuhayr
2013-06-28 15:55:41 -07:00
parent c7bbc3c9b3
commit 1d28bb7cb3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -36,11 +36,11 @@
if(affecting.display_name == "head")
if(H.head && istype(H.head,/obj/item/clothing/head/helmet/space))
user << "\red You can't apply [src] through a hardsuit helmet!"
user << "\red You can't apply [src] through [H.head]!"
return 1
else
if(H.wear_suit && istype(H.wear_suit,/obj/item/clothing/suit/space))
user << "\red You can't apply [src] through a hardsuit!"
user << "\red You can't apply [src] through [H.wear_suit]!"
return 1
if(affecting.status & ORGAN_ROBOT)
@@ -139,7 +139,7 @@
if(time == 30)
O.show_message(text("\red <B>[] is trying to inject []!</B>", user, target), 1)
else
O.show_message(text("\red <B>[] begins hunting for an injection port on []'s hardsuit!</B>", user, target), 1)
O.show_message(text("\red <B>[] begins hunting for an injection port on []'s suit!</B>", user, target), 1)
if(!do_mob(user, target, time)) return