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

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)