mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 20:59:56 +01:00
be7d642799
Changed the directory of many older, unmaintained and unused map files (particularly those from Polaris) to archive/map. This will prevent them from being linted by upcoming changes and causing the lint to fail. I have not touched the maps in surface_submaps/plains,mountain or wilderness. I know that the plains ones are largely still used on the tether, and am uncertain about the others. Fixed a few maps (ships and POIs) with missing objects.
32 lines
608 B
Plaintext
32 lines
608 B
Plaintext
//Challenge Areas
|
|
|
|
/area/awaymission/challenge/start
|
|
name = "Where Am I?"
|
|
icon_state = "away"
|
|
|
|
/area/awaymission/challenge/main
|
|
name = "\improper Danger Room"
|
|
icon_state = "away1"
|
|
requires_power = 0
|
|
|
|
/area/awaymission/challenge/end
|
|
name = "Administration"
|
|
icon_state = "away2"
|
|
requires_power = 0
|
|
|
|
|
|
/obj/machinery/power/emitter/energycannon
|
|
name = "Energy Cannon"
|
|
desc = "A heavy duty industrial laser"
|
|
icon = 'icons/obj/singularity.dmi'
|
|
icon_state = "emitter"
|
|
anchored = 1
|
|
density = 1
|
|
|
|
use_power = USE_POWER_OFF
|
|
idle_power_usage = 0
|
|
active_power_usage = 0
|
|
|
|
active = 1
|
|
locked = 1
|
|
state = 2 |