mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Lavaland Xeno Nest Fix 1.5 (#58792)
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/alien/weeds,
|
||||
/obj/structure/alien/resin/wall,
|
||||
/obj/structure/alien/resin/wall/immovable,
|
||||
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
|
||||
/area/ruin/unpowered/xenonest)
|
||||
"d" = (
|
||||
/obj/structure/alien/resin/wall,
|
||||
/obj/structure/alien/resin/wall/immovable,
|
||||
/obj/structure/alien/weeds,
|
||||
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
|
||||
/area/ruin/unpowered/xenonest)
|
||||
@@ -49,8 +49,8 @@
|
||||
/area/ruin/unpowered/xenonest)
|
||||
"r" = (
|
||||
/obj/structure/alien/weeds,
|
||||
/obj/structure/alien/resin/wall,
|
||||
/obj/structure/alien/resin/wall,
|
||||
/obj/structure/alien/resin/wall/immovable,
|
||||
/obj/structure/alien/resin/wall/immovable,
|
||||
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
|
||||
/area/ruin/unpowered/xenonest)
|
||||
"t" = (
|
||||
@@ -71,12 +71,12 @@
|
||||
"w" = (
|
||||
/obj/structure/alien/weeds,
|
||||
/obj/structure/bed/nest,
|
||||
/obj/structure/alien/resin/wall,
|
||||
/obj/structure/alien/resin/wall/immovable,
|
||||
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
|
||||
/area/ruin/unpowered/xenonest)
|
||||
"y" = (
|
||||
/obj/structure/alien/weeds/node,
|
||||
/obj/structure/alien/resin/wall,
|
||||
/obj/structure/alien/resin/wall/immovable,
|
||||
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
|
||||
/area/ruin/unpowered/xenonest)
|
||||
"z" = (
|
||||
|
||||
@@ -92,6 +92,11 @@
|
||||
/obj/structure/alien/resin/wall/BlockSuperconductivity()
|
||||
return 1
|
||||
|
||||
/// meant for one lavaland ruin or anywhere that has simplemobs who can push aside structures
|
||||
/obj/structure/alien/resin/wall/immovable
|
||||
desc = "Dense resin solidified into a wall."
|
||||
move_resist = MOVE_FORCE_VERY_STRONG
|
||||
|
||||
/obj/structure/alien/resin/wall/creature
|
||||
name = "gelatinous wall"
|
||||
desc = "Thick material shaped into a wall. Eugh."
|
||||
|
||||
Reference in New Issue
Block a user