mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Merge branch 'master' into findnreplace
This commit is contained in:
@@ -171,9 +171,8 @@
|
||||
if(istype(W))
|
||||
if(istype(W, /obj/item/clothing))
|
||||
var/obj/item/clothing/C = W
|
||||
if(C.rig_restrict_helmet)
|
||||
if(C.hardsuit_restrict_helmet)
|
||||
to_chat(src, "<span class='warning'>You must fasten the helmet to a hardsuit first. (Target the head and use on a hardsuit)</span>")// Stop eva helms equipping.
|
||||
|
||||
else
|
||||
equip_to_slot_if_possible(C, slot)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user