mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #5890 from Mewchild/MC-Midpoint
Remakes the entire tether midpoint
This commit is contained in:
@@ -2737,4 +2737,4 @@ var/list/the_station_areas = list (
|
||||
icon_state = "yellow"
|
||||
luminosity = 1
|
||||
dynamic_lighting = 0
|
||||
requires_power = 0
|
||||
requires_power = 0
|
||||
@@ -6,6 +6,8 @@
|
||||
invisibility = 99 // nope cant see this shit
|
||||
plane = ABOVE_PLANE
|
||||
anchored = 1
|
||||
icon = 'icons/mob/screen1.dmi' //VS Edit
|
||||
icon_state = "centermarker" //VS Edit
|
||||
|
||||
/obj/effect/step_trigger/proc/Trigger(var/atom/movable/A)
|
||||
return 0
|
||||
|
||||
+5193
-4840
File diff suppressed because it is too large
Load Diff
@@ -170,6 +170,8 @@
|
||||
name = "\improper Civilian West Substation"
|
||||
/area/maintenance/substation/exploration
|
||||
name = "\improper Exploration Substation"
|
||||
/area/maintenance/tether_midpoint
|
||||
name = "\improper Tether Midpoint Maint"
|
||||
|
||||
|
||||
/area/tether/surfacebase/medical
|
||||
@@ -776,6 +778,9 @@
|
||||
|
||||
requires_power = FALSE
|
||||
|
||||
/area/tether/midpoint
|
||||
name = "\improper Tether Midpoint"
|
||||
|
||||
//////////////////////////////////
|
||||
|
||||
/area/antag/antag_base
|
||||
|
||||
Reference in New Issue
Block a user