Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A little bit of danger for logging operations #1444

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading