mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Disables the House storyteller (#4169)
## About The Pull Request Disables the House storyteller
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user