mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Adds a filled syndicate lunchbox to the uplink (#13284)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user