mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 16:13:49 +01:00
Merge pull request #16639 from KillianKirilenko/kk-charpod
"Maint Lurker" Hole
This commit is contained in:
@@ -7,5 +7,11 @@
|
||||
/datum/ghost_query/maints_pred
|
||||
role_name = "Maintenance Predator"
|
||||
be_special_flag = BE_MAINTPRED
|
||||
question = "It appears a predatory critter is lurking in the 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
|
||||
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
|
||||
|
||||
@@ -63,4 +63,16 @@
|
||||
/decl/hierarchy/outfit/zaddat
|
||||
name = "Zaddat Suit"
|
||||
suit = /obj/item/clothing/suit/space/void/zaddat/
|
||||
mask = /obj/item/clothing/mask/gas/zaddat
|
||||
mask = /obj/item/clothing/mask/gas/zaddat
|
||||
|
||||
/decl/hierarchy/outfit/maint_lurker
|
||||
name = "Maintenance Lurker Outfit"
|
||||
id_slot = slot_wear_id
|
||||
id_type = /obj/item/card/id/civilian/lurker
|
||||
pda_slot = slot_belt
|
||||
pda_type = /obj/item/pda
|
||||
id_pda_assignment = "NO DATA"
|
||||
|
||||
headset = /obj/item/radio/headset
|
||||
headset_alt = /obj/item/radio/headset/alt
|
||||
headset_earbud = /obj/item/radio/headset/earbud
|
||||
|
||||
Reference in New Issue
Block a user