mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user