Tweaks to ghost dojo
This commit is contained in:
@@ -16736,6 +16736,10 @@
|
|||||||
smooth = 1
|
smooth = 1
|
||||||
},
|
},
|
||||||
/area/centcom/holding)
|
/area/centcom/holding)
|
||||||
|
"Nf" = (
|
||||||
|
/obj/machinery/autoylathe,
|
||||||
|
/turf/open/indestructible/hotelwood,
|
||||||
|
/area/centcom/holding)
|
||||||
"Ni" = (
|
"Ni" = (
|
||||||
/obj/structure/table/reinforced,
|
/obj/structure/table/reinforced,
|
||||||
/obj/item/clipboard,
|
/obj/item/clipboard,
|
||||||
@@ -18166,6 +18170,13 @@
|
|||||||
},
|
},
|
||||||
/turf/open/indestructible/hotelwood,
|
/turf/open/indestructible/hotelwood,
|
||||||
/area/centcom/holding)
|
/area/centcom/holding)
|
||||||
|
"VL" = (
|
||||||
|
/obj/machinery/button/crematorium{
|
||||||
|
id = crematoriumGhostDojo;
|
||||||
|
pixel_x = -25
|
||||||
|
},
|
||||||
|
/turf/open/indestructible/hotelwood,
|
||||||
|
/area/centcom/holding)
|
||||||
"VO" = (
|
"VO" = (
|
||||||
/turf/closed/indestructible/riveted,
|
/turf/closed/indestructible/riveted,
|
||||||
/area/centcom/supplypod)
|
/area/centcom/supplypod)
|
||||||
@@ -18248,7 +18259,8 @@
|
|||||||
/area/centcom/holding)
|
/area/centcom/holding)
|
||||||
"Ww" = (
|
"Ww" = (
|
||||||
/obj/structure/bodycontainer/crematorium{
|
/obj/structure/bodycontainer/crematorium{
|
||||||
dir = 4
|
dir = 4;
|
||||||
|
id = crematoriumGhostDojo
|
||||||
},
|
},
|
||||||
/turf/open/indestructible/hotelwood,
|
/turf/open/indestructible/hotelwood,
|
||||||
/area/centcom/holding)
|
/area/centcom/holding)
|
||||||
@@ -43145,7 +43157,7 @@ CT
|
|||||||
oV
|
oV
|
||||||
CT
|
CT
|
||||||
Nd
|
Nd
|
||||||
Sd
|
VL
|
||||||
Ww
|
Ww
|
||||||
Sd
|
Sd
|
||||||
Nd
|
Nd
|
||||||
@@ -45169,7 +45181,7 @@ aa
|
|||||||
aa
|
aa
|
||||||
aa
|
aa
|
||||||
Nd
|
Nd
|
||||||
Sd
|
Nf
|
||||||
Sd
|
Sd
|
||||||
Rh
|
Rh
|
||||||
Mm
|
Mm
|
||||||
|
|||||||
@@ -629,7 +629,8 @@
|
|||||||
new_spawn.AddElement(/datum/element/ghost_role_eligibility)
|
new_spawn.AddElement(/datum/element/ghost_role_eligibility)
|
||||||
ADD_TRAIT(new_spawn, TRAIT_SIXTHSENSE, GHOSTROLE_TRAIT)
|
ADD_TRAIT(new_spawn, TRAIT_SIXTHSENSE, GHOSTROLE_TRAIT)
|
||||||
ADD_TRAIT(new_spawn,TRAIT_EXEMPT_HEALTH_EVENTS,GHOSTROLE_TRAIT)
|
ADD_TRAIT(new_spawn,TRAIT_EXEMPT_HEALTH_EVENTS,GHOSTROLE_TRAIT)
|
||||||
to_chat(new_spawn,"<span class='boldwarning'>You maybe sharing your cafe with some ninja-captured individuals, so make sure to only interact with the ghosts you hear as a ghost!</span>")
|
ADD_TRAIT(new_spawn,TRAIT_PACIFISM,GHOSTROLE_TRAIT)
|
||||||
|
to_chat(new_spawn,"<span class='boldwarning'>You may be sharing your cafe with some ninja-captured individuals, so make sure to only interact with the ghosts you hear as a ghost!</span>")
|
||||||
to_chat(new_spawn,"<span class='boldwarning'>You can turn yourself into a ghost and freely reenter your body with the ghost action.</span>")
|
to_chat(new_spawn,"<span class='boldwarning'>You can turn yourself into a ghost and freely reenter your body with the ghost action.</span>")
|
||||||
var/datum/action/ghost/G = new(new_spawn)
|
var/datum/action/ghost/G = new(new_spawn)
|
||||||
G.Grant(new_spawn)
|
G.Grant(new_spawn)
|
||||||
|
|||||||
Reference in New Issue
Block a user