mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
18 lines
852 B
Plaintext
18 lines
852 B
Plaintext
/datum/ghost_query/morph
|
|
role_name = "Morph"
|
|
be_special_flag = BE_MORPH
|
|
question = "A weird morphic creature appears to have snuck onstation. Do you want to play as it? ((Expect to be treated as vore predator.))"
|
|
cutoff_number = 1
|
|
|
|
/datum/ghost_query/maints_pred
|
|
role_name = "Maintenance Predator"
|
|
be_special_flag = BE_MAINTPRED
|
|
question = "It appears a predatory critter is lurking in maintenance. Do you want to play as it? ((You get to choose type of critter. Expect to be treated as vore predator.))"
|
|
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. Expect to be treated as vore predator.))"
|
|
cutoff_number = 1
|