mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00:00
Message tweaks.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user