mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 23:21:20 +00:00
32 lines
639 B
Plaintext
32 lines
639 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 |