mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-07 12:21:21 +01:00
00f1fa2756
- Adds a new Scatter type of gateway, abductor, which strips the person's gear and deposits them somewhere else - Nerfs Expedition Phasers and Holdout Phasers - Reduces the number of full size phasers in Exploration from 4 to 3 - Slightly buffs melee mobs - Removes humanoid mobs from Virgo 3B Wilderness - Removes ADG from one of the POIs from V2
10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
/datum/supply_pack/munitions/expeditionguns
|
|
name = "Frontier phaser (station-locked) crate"
|
|
contains = list(
|
|
/obj/item/weapon/gun/energy/locked/frontier = 2,
|
|
/obj/item/weapon/gun/energy/locked/frontier/holdout = 2,
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure
|
|
containername = "frontier phaser crate"
|
|
access = access_explorer |