mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Unit Test rework & Master/Ticker update (#11372)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
else
|
||||
var/list/bs_things = list()
|
||||
var/bs_error = FALSE
|
||||
for(var/item in bluespace_item_types)
|
||||
for(var/item in GLOB.bluespace_item_types)
|
||||
if(istype(F, item))
|
||||
bs_error = TRUE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user