mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-26 17:03:25 +00:00
Accidentally changed emitter projectile damage to 30 last commmit as well (I'd been testing making Ikarrus's map harder). I dunno if it should be switched back or what, it won't really make a difference in normal gameplay. Committing Ikarrus's new map. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5161 316c924e-a436-60f5-8080-3fe189b3f50e
31 lines
609 B
Plaintext
31 lines
609 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/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 = 0
|
|
idle_power_usage = 0
|
|
active_power_usage = 0
|
|
|
|
active = 1
|
|
locked = 1 |