Adds a filled syndicate lunchbox to the uplink (#13284)

This commit is contained in:
mikomyazaki
2022-03-01 16:26:31 +01:00
committed by GitHub
parent 7c68fac94e
commit 0b3f1e5656
3 changed files with 12 additions and 0 deletions
+5
View File
@@ -9,6 +9,11 @@
item_cost = 1
path = /obj/item/storage/box/sinpockets
/datum/uplink_item/item/medical/lunchbox
name = "Syndicate Lunchbox"
item_cost = 1
path = /obj/item/storage/toolbox/lunchbox/syndicate/filled
/datum/uplink_item/item/medical/combathypo
name = "Combat Hypospray"
item_cost = 1
@@ -74,6 +74,7 @@ var/datum/uplink_random_selection/default_uplink_selection = new/datum/uplink_ra
items += new/datum/uplink_random_item(/datum/uplink_item/item/implants/imp_explosive)
items += new/datum/uplink_random_item(/datum/uplink_item/item/medical/sinpockets, reselect_propbability = 20)
items += new/datum/uplink_random_item(/datum/uplink_item/item/medical/lunchbox, reselect_propbability = 20)
items += new/datum/uplink_random_item(/datum/uplink_item/item/medical/surgery, reselect_propbability = 10)
items += new/datum/uplink_random_item(/datum/uplink_item/item/medical/combat, reselect_propbability = 10)
+6
View File
@@ -0,0 +1,6 @@
author: mikomyazaki
delete-after: True
changes:
- tweak: "Adds a Syndicate Lunchbox to the uplink, so the mercs don't go hungry."