mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01: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:
@@ -1,8 +1,5 @@
|
||||
//Buncha mapping helpers to make some map work easier
|
||||
|
||||
//idk where better to put this lmao
|
||||
#define Z_TURFS(ZLEVEL) block(locate(1,1,ZLEVEL), locate(world.maxx, world.maxy, ZLEVEL))
|
||||
|
||||
/obj/effect/map_helper
|
||||
icon = 'icons/misc/map_helpers.dmi'
|
||||
|
||||
|
||||
@@ -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