mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Antag Rebalances, Armory Restock (#13830)
This commit is contained in:
@@ -411,9 +411,17 @@ A list of items and costs is stored under the datum of every game mode, alongsid
|
||||
name = "infiltrator uplink"
|
||||
starting_telecrystals = 15
|
||||
|
||||
/obj/item/device/special_uplink/mercenary
|
||||
name = "milspec uplink"
|
||||
starting_telecrystals = 15
|
||||
|
||||
/obj/item/device/special_uplink/burglar
|
||||
name = "sponsored uplink"
|
||||
starting_telecrystals = 15
|
||||
starting_telecrystals = 20
|
||||
|
||||
/obj/item/device/special_uplink/raider
|
||||
name = "underground uplink"
|
||||
starting_telecrystals = 3
|
||||
|
||||
/obj/item/device/special_uplink/rev
|
||||
name = "station bounced radio"
|
||||
|
||||
@@ -29,7 +29,7 @@ proc/fragem(var/source,var/fragx,var/fragy,var/light_dam,var/flash_dam,var/p_dam
|
||||
|
||||
//Fragmentation grenade projectile
|
||||
/obj/item/projectile/bullet/pellet/fragment
|
||||
damage = 15
|
||||
damage = 20
|
||||
armor_penetration = 35
|
||||
range_step = 2
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/obj/structure/closet/crate/secure/gear_loadout
|
||||
desc = "A secure gear crate."
|
||||
name = "gear crate"
|
||||
req_access = list(access_syndicate)
|
||||
|
||||
/obj/structure/closet/crate/gear_loadout/hephaestus
|
||||
desc = "A sturdy crate with Hephaestus Industries branding."
|
||||
|
||||
Reference in New Issue
Block a user