Disables the House storyteller (#4169)

## About The Pull Request

Disables the House storyteller
This commit is contained in:
Shadow-Quill
2025-08-26 09:21:42 -06:00
committed by GitHub
parent f206bb960a
commit 08cbc290bd
3 changed files with 1 additions and 18 deletions
@@ -1,16 +0,0 @@
/datum/storyteller/house
name = "The House (Unpredictable Intensity)"
desc = "The House gives permission for admins to drive the adminbus straight into the station. \
All weights set to one at Medium - Low intensity."
welcome_text = "The House always wins."
track_data = /datum/storyteller_data/tracks/fragile
votable = TRUE
population_min = 50
storyteller_type = STORYTELLER_TYPE_INTENSE
// All the weights are the same to the house
/datum/storyteller/house/calculate_weights(track)
for(var/datum/round_event_control/event as anything in SSgamemode.event_pools[track])
if(event.weight)
event.calculated_weight = 1
+1 -2
View File
@@ -9657,8 +9657,7 @@
#include "modular_zubbers\code\modules\storyteller\storytellers\tellers\storyteller_3_default.dm"
#include "modular_zubbers\code\modules\storyteller\storytellers\tellers\storyteller_4_bomb.dm"
#include "modular_zubbers\code\modules\storyteller\storytellers\tellers\storyteller_5_gamer.dm"
#include "modular_zubbers\code\modules\storyteller\storytellers\tellers\storyteller_6_house.dm"
#include "modular_zubbers\code\modules\storyteller\storytellers\tellers\storyteller_7_enemy.dm"
#include "modular_zubbers\code\modules\storyteller\storytellers\tellers\storyteller_6_enemy.dm"
#include "modular_zubbers\code\modules\surgery\healing.dm"
#include "modular_zubbers\code\modules\surgery\robotic_cavity_implant.dm"
#include "modular_zubbers\code\modules\surgery\surgery_step.dm"