fixes securitron crafting (#12570)

This commit is contained in:
Casper3667
2021-10-01 21:24:39 -03:00
committed by GitHub
parent 623f6881d3
commit e7d07507b3
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -649,7 +649,7 @@
..()
return
if(type != /obj/item/clothing/head/helmet) //Eh, but we don't want people making secbots out of space helmets.
if(type != /obj/item/clothing/head/helmet/security) //Eh, but we don't want people making secbots out of space helmets.
return
if(S.secured)
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- bugfix: "Fixes securitron construction to take security helmets."