Ghost role appearance change restriction (#12956)

* Ghost role appearance change

* update black mesa
This commit is contained in:
Tom
2022-04-23 22:06:19 +01:00
committed by GitHub
parent d2b0cb2132
commit 817f8b1f52
6 changed files with 16 additions and 2 deletions
@@ -15,6 +15,7 @@
the fresh air of Earth. These thoughts are dispelled by yet another recollection of how you got here... "
spawner_job_path = /datum/job/hermit
quirks_enabled = TRUE // SKYRAT EDIT ADDITION - ghost role loadouts
random_appearance = FALSE // SKYRAT EDIT ADDITION
/obj/effect/mob_spawn/ghost_role/human/hermit/Initialize(mapload)
. = ..()
@@ -81,6 +82,7 @@
spawner_job_path = /datum/job/beach_bum
outfit = /datum/outfit/beachbum
quirks_enabled = TRUE // SKYRAT EDIT ADDITION - ghost role loadouts
random_appearance = FALSE // SKYRAT EDIT ADDITION
/obj/effect/mob_spawn/ghost_role/human/beach/lifeguard
you_are_text = "You're a spunky lifeguard!"
@@ -121,6 +123,7 @@
flavour_text = "Time to mix drinks and change lives. Smoking space drugs makes it easier to understand your patrons' odd dialect."
spawner_job_path = /datum/job/space_bartender
outfit = /datum/outfit/spacebartender
random_appearance = FALSE // SKYRAT EDIT ADDITION
/datum/outfit/spacebartender
name = "Space Bartender"
@@ -156,6 +159,7 @@
Estimated time of last contact: Deployment, 5000 millennia ago."
spawner_job_path = /datum/job/lifebringer
restricted_species = list(/datum/species/pod) //SKYRAT EDIT ADDITION
random_appearance = FALSE // SKYRAT EDIT ADDITION
/obj/effect/mob_spawn/ghost_role/human/seed_vault/Initialize(mapload)
. = ..()
@@ -224,6 +228,7 @@
var/datum/team/ashwalkers/team
var/obj/structure/ash_walker_eggshell/eggshell
restricted_species = list(/datum/species/lizard/ashwalker) //SKYRAT EDIT ADDITION
random_appearance = FALSE // SKYRAT EDIT ADDITION
/obj/effect/mob_spawn/ghost_role/human/ash_walker/Destroy()
eggshell = null
@@ -281,6 +286,7 @@
spawner_job_path = /datum/job/lavaland_syndicate
loadout_enabled = TRUE // SKYRAT EDIT ADDITION - ghost role loadouts
quirks_enabled = TRUE // SKYRAT EDIT ADDITION - ghost role loadouts
random_appearance = FALSE // SKYRAT EDIT ADDITION
/obj/effect/mob_spawn/ghost_role/human/lavaland_syndicate/special(mob/living/new_spawn)
. = ..()
@@ -68,6 +68,7 @@
flavour_text = "Cater to visiting guests with your fellow staff, advertise the hotel, and make sure the manager doesn't fire you. Remember, the customer is always right!"
important_text = "Do NOT leave the hotel, as that is grounds for contract termination."
spawner_job_path = /datum/job/hotel_staff
random_appearance = FALSE // SKYRAT EDIT ADDITION
/datum/outfit/hotelstaff
name = "Hotel Staff"
+1 -1
View File
@@ -133,7 +133,7 @@
// SKYRAT EDIT ADDITION
/// Do we use a random appearance for this ghost role?
var/random_appearance = FALSE
var/random_appearance = TRUE
/// Can we use our loadout for this role?
var/loadout_enabled = FALSE
/// Can we use our quirks for this role?