This commit is contained in:
Geeves
2021-03-01 17:40:59 +02:00
committed by GitHub
parent 0d5ada01c8
commit 714448e714
42 changed files with 307 additions and 497 deletions
-4
View File
@@ -1119,10 +1119,6 @@
if(!check_rights(R_FUN,0))
removed_paths += dirty_path
continue
else if(ispath(path, /obj/effect/bhole))
if(!check_rights(R_FUN,0))
removed_paths += dirty_path
continue
paths += path
if(!paths)
+4 -3
View File
@@ -26,9 +26,10 @@ var/intercom_range_display_status = 0
icon = 'icons/480x480.dmi'
icon_state = "25percent"
New()
src.pixel_x = -224
src.pixel_y = -224
/obj/effect/debugging/camera_range/Initialize(mapload, ...)
. = ..()
pixel_x = -224
pixel_y = -224
/obj/effect/debugging/marker
icon = 'icons/turf/areas.dmi'