Adds Diulszi as an option to the Nralakk projector (#16223)

* Diuluzi!

* Update skrell.dm

* Create meep109_diulsziprojector.yml
This commit is contained in:
meep109
2023-04-24 15:47:37 +00:00
committed by GitHub
parent 4abb071466
commit 1ff750fd34
2 changed files with 15 additions and 2 deletions
+9 -2
View File
@@ -83,7 +83,7 @@
matter = list(MATERIAL_GLASS = 200)
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'
var/list/worlds_selection = list("Nralakk", "Qerrbalak", "Qerr'Malic", "Aliose", "Aweiji", "Xrim", "the Traverse", "Europa", "New Gibson", "Mictlan", "the Starlight Zone")
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
@@ -140,6 +140,8 @@
light_color = "#FF1C1C"
if("the Starlight Zone")
light_color = "#00D6FF"
if("Diulszi")
light_color = "#002373"
else
brightness = 0
working = FALSE
@@ -205,6 +207,11 @@
hologram_message = pick("You see a holographic projection of the Weishiin sanctuaries around Severson's Rift.",
"You see the homes of Lekan Village projected on the ceiling, and beneath them the deep waters that would contain Severson City.",
"You hear the bubbling of water, as the projector briefly changes to a hologram of the Starlight Zone's underwater city.")
if("Diulszi")
hologram_message = pick("Projected on the ceiling is a vista of the Kervasii World Amusement Park's floating islands.",
"You see massive resort buildings looming high over a crystal-clear ocean.",
"You hear light chittering as the projector switches to a depiction of a C'thuric research lab.")
if(hologram_message)
visible_message("<span class='notice'>[hologram_message]</span>")
@@ -320,4 +327,4 @@
desc_extended = "Imported from the Nralakk Federation, this brand of chewing tobacco is noticeably sweeter than usual to accommodate Skrellian tastes."
icon_state = "chew_dyn"
item_state = "chew_dyn"
starts_with = list(/obj/item/clothing/mask/chewable/tobacco/dyn = 6)
starts_with = list(/obj/item/clothing/mask/chewable/tobacco/dyn = 6)