Skip to content

Commit

Permalink
[MIRROR] Reduce survival pod spawn rate, remove bearcat radio beacon …
Browse files Browse the repository at this point in the history
…and holopad
  • Loading branch information
MuckerMayhem authored and SuhEugene committed Jan 6, 2024
1 parent 8418529 commit a93dfb6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 2 additions & 0 deletions maps/away/bearcat/bearcat-1.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2514,6 +2514,8 @@
d2 = 2;
icon_state = "1-2"
},
/obj/item/rcd_ammo,
/obj/item/rcd_ammo,
/turf/simulated/floor/tiled,
/area/ship/scrap/maintenance/storage)
"eI" = (
Expand Down
18 changes: 8 additions & 10 deletions maps/away/bearcat/bearcat-2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
"av" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/hologram/holopad/longrange/remoteship,
/obj/structure/cable/green{
d1 = 2;
d2 = 8;
Expand Down Expand Up @@ -174,8 +173,7 @@
"ay" = (
/obj/machinery/light,
/obj/machinery/computer/modular/preset/engineering{
dir = 1;
icon_state = "console"
dir = 1
},
/obj/item/device/radio/intercom/map_preset/bearcat{
dir = 4;
Expand All @@ -196,8 +194,7 @@
"aA" = (
/obj/machinery/light,
/obj/machinery/computer/modular/preset/cardslot/command{
dir = 1;
icon_state = "console"
dir = 1
},
/obj/machinery/alarm{
dir = 8;
Expand Down Expand Up @@ -5081,6 +5078,7 @@
},
/obj/floor_decal/corner/red/diagonal,
/obj/structure/window/reinforced,
/obj/item/rcd,
/turf/simulated/floor/reinforced,
/area/ship/scrap/maintenance/atmos)
"je" = (
Expand Down Expand Up @@ -5693,9 +5691,9 @@
/turf/simulated/floor,
/area/ship/scrap/hidden)
"PZ" = (
/obj/machinery/radio_beacon,
/turf/simulated/floor/bluegrid,
/area/ship/scrap/comms)
/obj/item/stock_parts/circuitboard/radio_beacon,
/turf/simulated/floor,
/area/ship/scrap/maintenance/engine/aft)
"Qd" = (
/obj/structure/cable/green{
d1 = 4;
Expand Down Expand Up @@ -12419,7 +12417,7 @@ Yv
Yv
ed
ar
PZ
aH
aO
aX
Yv
Expand Down Expand Up @@ -12704,7 +12702,7 @@ iV
jg
jt
jG
jF
PZ
jV
jX
jU
Expand Down
4 changes: 2 additions & 2 deletions maps/random_ruins/exoplanet_ruins/crashed_pod/crashed_pod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ GLOBAL_LIST_INIT(crashed_pod_areas, new)
description = "A crashed survival pod from a destroyed ship."
suffixes = list("crashed_pod/crashed_pod.dmm")
spawn_cost = 1.5
player_cost = 2
player_cost = 4
template_flags = TEMPLATE_FLAG_CLEAR_CONTENTS | TEMPLATE_FLAG_NO_RUINS | TEMPLATE_FLAG_NO_RADS
ruin_tags = RUIN_HUMAN|RUIN_WRECK
spawn_weight = 0.33
spawn_weight = 0.25

/area/map_template/crashed_pod
name = "\improper Crashed Survival Pod"
Expand Down

0 comments on commit a93dfb6

Please sign in to comment.