Cuts Nralakk projector message frequency by half (#19630)

title. 10 is just too often with how fast processing is currently
This commit is contained in:
feartheblackout
2024-07-17 21:10:41 +00:00
committed by GitHub
parent 02acdcabbd
commit ad9a9bcb70
3 changed files with 60 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
var/list/worlds_selection = list("Nralakk", "Qerrbalak", "Qerr'Malic", "Aliose", "Aweiji", "Xrim", "the Traverse", "Europa", "New Gibson", "Mictlan", "the Starlight Zone", "Diulszi")
var/selected_world
var/working = FALSE
var/message_frequency = 10
var/message_frequency = 5
/obj/item/skrell_projector/Destroy()
STOP_PROCESSING(SSprocessing, src)
+1 -1
View File
@@ -4,7 +4,7 @@
icon = 'icons/obj/vaurca_items.dmi'
icon_state = "zora_projector"
worlds_selection = list("Vaur's Tranquil Ocean", "Vaur's Hive War Exhibition", "Vaur's Celestial Landing Ground", "Vaur's City of New Sedantis", "Vaur's Titan Prime Recreation", "Athvur's City of Paradise", "Athvur's Garden of Splendour", "Athvur's Museum of Fine Art")
message_frequency = 10
message_frequency = 5
var/hologram_message
var/possible_messages
var/first_message