Skip to content

Commit

Permalink
4 infinite frost spider spawners on the outside wall of the colony, p…
Browse files Browse the repository at this point in the history
…lus a shitty sprite to show where they spawn from - Only one spider can be alive per hole.
  • Loading branch information
Repede committed Apr 4, 2024
1 parent 844430c commit 59fe564
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
Binary file modified icons/obj/structures_yw32x32.dmi
Binary file not shown.
25 changes: 18 additions & 7 deletions maps/yw/cryogaia-05-main.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,9 @@
/turf/simulated/open,
/area/cryogaia/outpost/elevator/scicargo)
"anU" = (
/mob/living/simple_mob/animal/passive/penguin,
/mob/living/simple_mob/animal/passive/penguin{
max_co2 = 0
},
/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia,
/area/borealis2/outdoors/grounds)
"aoc" = (
Expand Down Expand Up @@ -5685,6 +5687,11 @@
},
/turf/simulated/floor/tiled/steel_grid,
/area/assembly/chargebay)
"chN" = (
/obj/tether_away_spawner/cryogaia_spiders,
/obj/structure/prop/spiderhole,
/turf/simulated/floor/outdoors/snow/snow/cryogaia,
/area/borealis2/outdoors/exterior)
"cia" = (
/obj/item/weapon/folder/red,
/obj/structure/table/glass,
Expand Down Expand Up @@ -21957,6 +21964,10 @@
},
/turf/simulated/floor/tiled,
/area/hallway/secondary/exit)
"iug" = (
/obj/tether_away_spawner/cryogaia_spiders,
/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia,
/area/borealis2/outdoors/exterior)
"iui" = (
/obj/machinery/stationboiler_radiator{
dir = 8
Expand Down Expand Up @@ -63619,6 +63630,7 @@ vaU
vaU
vaU
vaU
chN
vaU
vaU
vaU
Expand Down Expand Up @@ -63690,8 +63702,7 @@ vaU
vaU
vaU
vaU
vaU
vaU
chN
vaU
vaU
vaU
Expand Down Expand Up @@ -65678,7 +65689,7 @@ iSE
iSE
iSE
iSE
vaU
chN
vaU
vaU
vaU
Expand Down Expand Up @@ -71672,7 +71683,7 @@ iSE
iSE
iSE
iSE
iSE
iug
vaU
vaU
vaU
Expand Down Expand Up @@ -84975,7 +84986,7 @@ vaU
xzt
vaU
vaU
vaU
chN
vaU
vaU
vaU
Expand Down Expand Up @@ -88593,7 +88604,7 @@ xzt
vaU
vaU
vaU
vaU
chN
vaU
vaU
vaU
Expand Down
18 changes: 18 additions & 0 deletions maps/yw/cryogaia_things.dm
Original file line number Diff line number Diff line change
Expand Up @@ -681,3 +681,21 @@
mobs_to_pick_from = list(
/mob/living/simple_mob/animal/passive/gaslamp/snow = 3,
)

/obj/tether_away_spawner/cryogaia_spiders
name = "Aggressive spider mobs"
faction = "spiders"
prob_spawn = 100
prob_fall = 0
atmos_comp = 1
mobs_to_pick_from = list(
/mob/living/simple_mob/animal/giant_spider/frost = 1
)

/obj/structure/prop/spiderhole
name = "spider hole"
desc = "Frost spiders often come out of those"
icon = 'icons/obj/structures_yw32x32.dmi'
icon_state = "spiderhole"
density = FALSE
anchored = TRUE

0 comments on commit 59fe564

Please sign in to comment.