Skrell suit update (#4246)

You now must detach helmets from suits to refit them.
Skrellian spacesuits are now voidsuits, allowing you to attach helmets and magboots to them.
This commit is contained in:
Ezuo
2018-02-19 21:40:49 +01:00
committed by Werner
parent 089cc9de0c
commit 99aa331b3b
9 changed files with 72 additions and 19 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
allowed = 1
var/obj/item/clothing/I = O
if (!istype(I) || !allowed)
if (!istype(I) || !allowed || !I.refittable)
user << "<span class='notice'>[src] is unable to modify that.</span>"
return