mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
[MIRROR] Better borg modules (#11095)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Cameron Lennox
Kashargul
parent
85abe91473
commit
f7e20d021e
+1
-1
@@ -156,7 +156,7 @@
|
||||
/datum/map_template/shelter/dark_portal/New()
|
||||
. = ..()
|
||||
blacklisted_turfs = typecacheof(list(/turf/unsimulated))
|
||||
blacklisted_areas = typecacheof(list(/area/centcom, /area/shadekin))
|
||||
GLOB.blacklisted_areas = typecacheof(list(/area/centcom, /area/shadekin))
|
||||
|
||||
/obj/effect/abstract/dark_maw
|
||||
var/mob/living/owner = null
|
||||
|
||||
@@ -220,7 +220,7 @@
|
||||
Vac.afterattack(S, src, 1)
|
||||
return
|
||||
for(var/obj/O in T)
|
||||
if(is_type_in_list(O, edible_trash) && !O.anchored)
|
||||
if(is_type_in_list(O, GLOB.edible_trash) && !O.anchored)
|
||||
Vac.afterattack(T, src, 1)
|
||||
return
|
||||
for(var/mob/living/L in T)
|
||||
|
||||
Reference in New Issue
Block a user