mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-29 23:56:18 +01:00
midround filler, zaocorp kit for hos, hos stamp
This commit is contained in:
@@ -732,6 +732,16 @@
|
||||
repeatable = TRUE
|
||||
occurances_max = 100 //Our rounds can go for a WHILE
|
||||
|
||||
/datum/dynamic_ruleset/event/filler
|
||||
name = "Filler"
|
||||
typepath = /datum/round_event/filler
|
||||
chaos_max = 3
|
||||
cost = 1
|
||||
weight = 100
|
||||
repeatable_weight_decrease = 0
|
||||
repeatable = TRUE
|
||||
occurances_max = 50
|
||||
|
||||
/datum/dynamic_ruleset/event/disease_outbreak
|
||||
name = "Disease Outbreak"
|
||||
enemy_roles = list("Virologist","Chief Medical Officer","Chemist")
|
||||
|
||||
@@ -180,6 +180,19 @@
|
||||
/obj/item/storage/secure/briefcase/hos/multiphase_box/PopulateContents()
|
||||
new /obj/item/gun/energy/e_gun/hos(src)
|
||||
|
||||
/obj/item/storage/secure/briefcase/hos/zaocorp
|
||||
name = "\improper ZaoCorp Contractor Kit"
|
||||
desc = "A storage case for a temporary ZaoCorp Contract."
|
||||
|
||||
/obj/item/storage/secure/briefcase/hos/zaocorp/PopulateContents()
|
||||
new /obj/item/clothing/suit/toggle/zao(src)
|
||||
new /obj/item/clothing/under/rank/security/zao(src)
|
||||
new /obj/item/clothing/head/zao(src)
|
||||
new /obj/item/clothing/glasses/hud/toggle/zao(src)
|
||||
new /obj/item/clothing/shoes/jackboots(src)
|
||||
new /obj/item/clothing/gloves/color/black(src)
|
||||
new /obj/item/clothing/accessory/waistcoat(src)
|
||||
new /obj/item/twohanded/required/zao/zweihander(src)
|
||||
|
||||
// -----------------------------
|
||||
// Secure Safe
|
||||
|
||||
Reference in New Issue
Block a user