Files
VOREStation/code/datums/ghost_query_vr.dm
T
Killian 190119a88d Unified Ghost Hole (#18608)
* unified hole

* unified hole grammar pass, event replacement, and redgate variant

* unified hole grammar pass, event replacement, and redgate variant

* unified ghost hole

* unified ghost hole

* unified ghost holes

* Update vorestation.dme

* Update unified_ghost_hole.dm

corrected logging

* Update unified_ghost_hole.dm

aaaaa typo. also some general message phrasing tweaks.

* Update unified_ghost_hole.dm

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
2025-10-16 23:21:07 -04:00

26 lines
1.3 KiB
Plaintext

/*
/datum/ghost_query/morph
role_name = "Morph"
be_special_flag = BE_MORPH
question = "A weird morphic creature has appeared in maintenance. Do you want to play as it? ((You get to play as a weird shapeshifting \'morph\' that can mimic objects and people.))"
cutoff_number = 1
/datum/ghost_query/maints_pred
role_name = "Maintenance Critter"
be_special_flag = BE_MAINTPRED
question = "It appears a critter of some kind, possibly predatory, is lurking in maintenance. Do you want to play as it? ((You get to choose from a wide range of critters.))"
cutoff_number = 1
/datum/ghost_query/maints_lurker
role_name = "Maintenance Lurker"
be_special_flag = BE_MAINTLURKER
question = "It appears a strange individual is lurking in maintenance. Do you want to play as them? ((You can spawn as your currently loaded character slot, but your arrival will not be announced and you will not appear on the manifest.))"
cutoff_number = 1
*/
/datum/ghost_query/maints_spawner
role_name = "Maintenance Spawner"
be_special_flag = BE_MAINTCRITTER
question = "An opportunity to spawn as a Maintenance Critter has appeared. You can spawn as your choice of a mob (from a fairly large list), a morph (a shapeshifting creature capable of mimicking objects or other creatures), or your currently loaded character slot in a special \'lurker\' role."
cutoff_number = 1