mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Lizard Gas Redux - Now with Ghost Role (#2188)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Remodels the interior of Lavaland and Icemoon Lizard Gas and adds a ghost role to all three stations! That's right! The space one has a spawner too! Lizard gas gets its own uniform! <details> <summary>Full change list</summary> - A locker with a pipe rifle and hunter rounds, as well as flatpack machines so you can actually survive. - A bathroom! - Adjusted stock to more fit a gas station - Lizard Gas has a purple uniform to match the plasma fueling station! (with digitigrade leg variant) </details> <details> <summary>Visual comparisons</summary> - Lavalands Gas Station  - Icemoon Gas Station  - Space Gas Station  </details> ## Why It's Good For The Game Was made for a suggestion by Gearsin on discord. https://discord.com/channels/1059199070016655462/1071095123145924679/1292324881962373191 ## Proof Of Testing   ## Changelog 🆑 add: Lizard Gas can actually be staffed now! /🆑 --------- Co-authored-by: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/obj/effect/mob_spawn/ghost_role/human/lavaland_gasstation
|
||||
name = "Lavaland Gas Station Attendant"
|
||||
desc = "Seems like there's somebody inside, peacefully sleeping."
|
||||
icon = 'icons/obj/machines/sleeper.dmi'
|
||||
icon_state = "sleeper"
|
||||
prompt_name = "a gas station worker"
|
||||
you_are_text = "You are a worker at a Lizard's Gas Station close to a mining facility."
|
||||
flavour_text = "Your employer, however, failed to realize that there are hostile megafauna and tribes in the area, so make sure that you can defend yourself. Also sell stuff to people, occasionally."
|
||||
important_text = "Do NOT let your workplace get damaged! Do not abandon it either!"
|
||||
quirks_enabled = TRUE
|
||||
random_appearance = FALSE
|
||||
loadout_enabled = FALSE
|
||||
outfit = /datum/outfit/lavaland_gasstation
|
||||
|
||||
/datum/outfit/lavaland_gasstation
|
||||
name = "Lizard Gas Station Attendant"
|
||||
uniform = /obj/item/clothing/under/costume/lizardgas
|
||||
shoes = /obj/item/clothing/shoes/sneakers/black
|
||||
ears = /obj/item/instrument/piano_synth/headphones
|
||||
gloves = /obj/item/clothing/gloves/fingerless
|
||||
head = /obj/item/clothing/head/soft/purple
|
||||
l_pocket = /obj/item/modular_computer/pda
|
||||
Reference in New Issue
Block a user