mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
@@ -11,4 +11,4 @@
|
||||
/obj/effect/decal/spraystill
|
||||
density = FALSE
|
||||
anchored = TRUE
|
||||
plane = ABOVE_PLANE
|
||||
plane = ABOVE_PLANE
|
||||
|
||||
@@ -47,4 +47,4 @@
|
||||
/decl/poster/tg_10
|
||||
name = "Hacking Guide"
|
||||
desc = "This poster details the internal workings of the common NanoTrasen airlock."
|
||||
icon_state="poster10"
|
||||
icon_state="poster10"
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
light_range = 10
|
||||
light_power = 5
|
||||
light_color = "#b6cdff"
|
||||
// VOREStation Addition End
|
||||
// VOREStation Addition End
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
for(var/mob/M as anything in player_list)
|
||||
if(M.z == src.z && get_dist(src, M) <= shake_radius)
|
||||
shake_camera(M, shake_duration, shake_strength)
|
||||
..()
|
||||
..()
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
/obj/effect/wire_deleter/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
|
||||
for(var/c in loc.contents)
|
||||
if(istype(c, /obj/structure/cable))
|
||||
if(prob(33))
|
||||
qdel(c)
|
||||
qdel(src)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user