mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[MODULAR] Fixes dead ashwalker spawner on the lavaland arena (#16495)
This commit is contained in:
@@ -715,10 +715,7 @@
|
||||
/turf/open/indestructible/boss,
|
||||
/area/lavaland/surface/outdoors)
|
||||
"Ir" = (
|
||||
/obj/effect/mob_spawn/corpse/human/damaged{
|
||||
mob_type = /datum/species/lizard/ashwalker;
|
||||
outfit = /datum/outfit/consumed_ashwalker
|
||||
},
|
||||
/obj/effect/mob_spawn/corpse/human/damaged/ashwalker,
|
||||
/turf/open/misc/asteroid/basalt/lava_land_surface,
|
||||
/area/lavaland/surface/outdoors)
|
||||
"Iv" = (
|
||||
@@ -981,25 +978,6 @@
|
||||
slowdown = 0
|
||||
},
|
||||
/area/lavaland/surface/outdoors)
|
||||
"Vj" = (
|
||||
/obj/structure/stone_tile/block{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/stone_tile{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/stone_tile{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/language_manual{
|
||||
language = /datum/language_holder/lizard/ash;
|
||||
name = "SSSchwifty SSSlick SSSpeaking Guide";
|
||||
text = "A tattered booklet that details the language of the Ash Walkers."
|
||||
},
|
||||
/turf/open/lava/smooth/lava_land_surface{
|
||||
slowdown = 0
|
||||
},
|
||||
/area/lavaland/surface/outdoors)
|
||||
"Wc" = (
|
||||
/obj/structure/stone_tile{
|
||||
dir = 8
|
||||
@@ -1788,7 +1766,7 @@ Tf
|
||||
XY
|
||||
Wr
|
||||
pF
|
||||
Vj
|
||||
lf
|
||||
lf
|
||||
pF
|
||||
XL
|
||||
|
||||
@@ -95,6 +95,10 @@
|
||||
you_are_text = "You are the manager of a top-of-the-line space hotel!"
|
||||
flavour_text = "You are the manager of a top-of-the-line space hotel! Make sure the guests are looked after, the hotel is advertised, and your employees aren't slacking off!"
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/damaged/ashwalker
|
||||
mob_type = /mob/living/carbon/human/species/lizard/ashwalker;
|
||||
outfit = /datum/outfit/consumed_ashwalker
|
||||
|
||||
//OUTFITS//
|
||||
/datum/outfit/syndicatespace/syndicrew
|
||||
ears = /obj/item/radio/headset/cybersun
|
||||
|
||||
Reference in New Issue
Block a user