[MIRROR] No more fake hoods (#10421)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-15 14:54:07 -07:00
committed by GitHub
parent fedfb92bd7
commit f08d4c2cd0
11 changed files with 409 additions and 554 deletions

View File

@@ -85,7 +85,7 @@ var/list/dispenser_presets = list()
// If we're supposed to make a helmet
if(voidhelmet_type)
// The coder may not have realized this type spawns its own helmet
if(voidsuit.helmet)
if(voidsuit.hood)
error("[src] created a voidsuit [voidsuit] and wants to add a helmet but it already has one")
else
voidhelmet = new voidhelmet_type()