mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] No more fake hoods (#10421)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fedfb92bd7
commit
f08d4c2cd0
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user