Antag Rebalances, Armory Restock (#13830)

This commit is contained in:
TheDanseMacabre
2022-06-29 20:45:58 +02:00
committed by GitHub
parent 14c197164c
commit 278f0d23b9
26 changed files with 283 additions and 55 deletions
+9 -1
View File
@@ -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."