mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -787,7 +787,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
reference = "MSTV"
|
||||
item = /obj/item/mod/module/visor/thermal
|
||||
cost = 15 // Don't forget, you need to get a modsuit to go with this
|
||||
surplus = 10 //You don't need more than
|
||||
|
||||
/datum/uplink_item/suits/night
|
||||
name = "MODsuit Night Visor Module"
|
||||
@@ -795,7 +794,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
reference = "MSNV"
|
||||
item = /obj/item/mod/module/visor/night
|
||||
cost = 5 // It's night vision, rnd pumps out those goggles for anyone man.
|
||||
surplus = 10 //You don't need more than one
|
||||
|
||||
/datum/uplink_item/suits/plate_compression
|
||||
name = "MODsuit Plate Compression Module"
|
||||
@@ -833,7 +831,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
reference = "FNAF"
|
||||
item = /obj/item/mod/module/springlock/bite_of_87
|
||||
cost = 5
|
||||
surplus = 10
|
||||
|
||||
/datum/uplink_item/suits/hidden_holster
|
||||
name = "Hidden Holster Module"
|
||||
@@ -841,7 +838,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
reference = "HHM"
|
||||
item = /obj/item/mod/module/holster/hidden
|
||||
cost = 5
|
||||
surplus = 10
|
||||
|
||||
/datum/uplink_item/suits/smoke_grenade
|
||||
name = "Smoke Grenade Module"
|
||||
@@ -849,7 +845,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
reference = "SGM"
|
||||
item = /obj/item/mod/module/dispenser/smoke
|
||||
cost = 10
|
||||
surplus = 10
|
||||
|
||||
////////////////////////////////////////
|
||||
// MARK: IMPLANTS
|
||||
|
||||
@@ -300,7 +300,6 @@
|
||||
item = /obj/item/ammo_box/magazine/mm762x51
|
||||
cost = 60
|
||||
uplinktypes = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
|
||||
surplus = 0
|
||||
|
||||
/datum/uplink_item/ammo/sniper
|
||||
cost = 15
|
||||
@@ -356,7 +355,6 @@
|
||||
item = /obj/item/ammo_box/foambox/riot
|
||||
cost = 10
|
||||
uplinktypes = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
|
||||
surplus = 0
|
||||
|
||||
////////////////////////////////////////
|
||||
// MARK: EXPLOSIVES
|
||||
@@ -669,22 +667,17 @@
|
||||
reference = "NSB"
|
||||
cost = 55
|
||||
excludefrom = list(UPLINK_TYPE_TRAITOR, UPLINK_TYPE_SIT)
|
||||
surplus = 0
|
||||
hijack_only = FALSE
|
||||
|
||||
/datum/uplink_item/explosives/emp_bomb/nuke
|
||||
reference = "NSBEMP"
|
||||
cost = 50
|
||||
excludefrom = list(UPLINK_TYPE_TRAITOR, UPLINK_TYPE_SIT)
|
||||
surplus = 0
|
||||
can_discount = FALSE
|
||||
|
||||
/datum/uplink_item/explosives/atmosfiregrenades/nuke
|
||||
reference = "NAPG"
|
||||
cost = 60
|
||||
excludefrom = list(UPLINK_TYPE_TRAITOR, UPLINK_TYPE_SIT)
|
||||
surplus = 0
|
||||
hijack_only = TRUE
|
||||
|
||||
/datum/uplink_item/stealthy_tools/chameleon/nuke
|
||||
reference = "NCHAM"
|
||||
|
||||
Reference in New Issue
Block a user