mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-15 05:42:25 +01:00
fix
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
id = "[type]"
|
||||
|
||||
/datum/instrument/proc/Initialize()
|
||||
if(CHECK_BITFIELD(instrument_flags, INSTRUMENT_LEGACY | INSTRUMENT_DO_NOT_AUTOSAMPLE))
|
||||
if(instrument_flags & (INSTRUMENT_LEGACY | INSTRUMENT_DO_NOT_AUTOSAMPLE))
|
||||
return
|
||||
calculate_samples()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user