midround filler, zaocorp kit for hos, hos stamp

This commit is contained in:
Dahlular
2022-10-28 20:29:50 -06:00
parent b2018fbe63
commit b9293913b0
5 changed files with 40 additions and 0 deletions
@@ -10420,6 +10420,7 @@
pixel_x = -3;
pixel_y = 7
},
/obj/item/stamp/hos,
/turf/open/floor/carpet/red,
/area/crew_quarters/heads/hos)
"bsL" = (
@@ -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")
+13
View File
@@ -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
@@ -0,0 +1,15 @@
//This event is intended to fill up a pool of otherwise empty events, until we can get more.
//Just so we don't get back-to-back comms-outages and sentient animal spawns. They get a little annoying.
/datum/round_event_control/filler
name = "Filler"
typepath = /datum/round_event/filler
weight = 100
earliest_start = 30 MINUTES //So other important events can roll before this one does
max_occurrences = 50 //For those reaaaaaaally drawn-out rounds. Adjust as it comes
alertadmins = 0
/datum/round_event/filler
startWhen = 1
endWhen = 2
fakeable = FALSE
+1
View File
@@ -3199,6 +3199,7 @@
#include "hyperstation\code\modules\economy\account.dm"
#include "hyperstation\code\modules\events\crystalline_reentry.dm"
#include "hyperstation\code\modules\events\crystalloid_entities.dm"
#include "hyperstation\code\modules\events\filler.dm"
#include "hyperstation\code\modules\food_and_drinks\food\snacks_vend.dm"
#include "hyperstation\code\modules\food_and_drinks\recipes\drinks_recipes.dm"
#include "hyperstation\code\modules\hydroponics\grown\kalyna.dm"