mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user