Designs now default to department flag ALL instead of NONE
This commit is contained in:
committed by
CitadelStationBot
parent
880002ada0
commit
c599e2fbc8
@@ -42,7 +42,13 @@ other types of metals and chemistry for reagents).
|
||||
var/maxstack = 1
|
||||
var/lathe_time_factor = 1 //How many times faster than normal is this to build on the protolathe
|
||||
var/dangerous_construction = FALSE //notify and log for admin investigations if this is printed.
|
||||
<<<<<<< HEAD
|
||||
var/departmental_flags = NONE //bitflags for deplathes.
|
||||
=======
|
||||
var/departmental_flags = ALL //bitflags for deplathes.
|
||||
var/list/datum/techweb_node/unlocked_by = list()
|
||||
var/icon_cache
|
||||
>>>>>>> e01d746... Merge pull request #33468 from kevinz000/patch-405
|
||||
|
||||
/datum/design/Destroy()
|
||||
CRASH("DESIGN DATUMS SHOULD NOT EVER BE DESTROYED AS THEY ARE ONLY MEANT TO BE IN A GLOBAL LIST AND REFERENCED FOR US.")
|
||||
|
||||
Reference in New Issue
Block a user