mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00:00
Shuttle update: Part Two: The Legion Protects (#7457)
This commit is contained in:
@@ -20,7 +20,7 @@ var/global/list/minevendor_list = list( //keep in order of price
|
||||
new /datum/data/mining_equipment("Compressed matter cartridge", /obj/item/rfd_ammo, 50, 100),
|
||||
new /datum/data/mining_equipment("Class E Kinetic Accelerator", /obj/item/gun/custom_ka/frame01/prebuilt, 12, 200),
|
||||
new /datum/data/mining_equipment("Ore Box", /obj/structure/ore_box, -1, 150, 1),
|
||||
new /datum/data/mining_equipment("Emergency Floodlight", /obj/item/floodlight_diy, -1, 150, 1),
|
||||
new /datum/data/mining_equipment("Emergency Floodlight", /obj/item/deployable_kit, -1, 150, 1),
|
||||
new /datum/data/mining_equipment("Premium Cigar", /obj/item/clothing/mask/smokable/cigarette/cigar/havana, 30, 150),
|
||||
new /datum/data/mining_equipment("Seismic Charge", /obj/item/plastique/seismic, 25, 150),
|
||||
new /datum/data/mining_equipment("Deployable Ladder", /obj/item/ladder_mobile, 5, 200),
|
||||
|
||||
@@ -377,6 +377,18 @@
|
||||
icon_state = "redflag"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/item/stack/flag/red/planted
|
||||
name = "red beacon"
|
||||
icon_state = "redflag_open"
|
||||
amount = 1
|
||||
upright = 1
|
||||
anchored = 1
|
||||
|
||||
/obj/item/stack/flag/red/planted/Initialize()
|
||||
..()
|
||||
base_state = "redflag"
|
||||
set_light(2)
|
||||
|
||||
/obj/item/stack/flag/yellow
|
||||
name = "yellow beacons"
|
||||
singular_name = "yellow beacon"
|
||||
|
||||
Reference in New Issue
Block a user