Skip to content

Commit

Permalink
Random Fixes: Nullspace mech, Mining Mech Spawn rate, and a random ex…
Browse files Browse the repository at this point in the history
…tra FALSE statement (#11275)

* small fix

* fix the ratio
  • Loading branch information
mystery3525 authored Aug 3, 2024
1 parent 733e814 commit 667a347
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion code/modules/atmospherics/machinery/pipes/layermanifold.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,3 @@
/obj/machinery/atmospherics/pipe/layer_manifold/visible
hide = FALSE
layer = GAS_PIPE_VISIBLE_LAYER
hide = FALSE
2 changes: 1 addition & 1 deletion code/modules/shuttle/white_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
/obj/effect/spawner/lootdrop/whiteship_cere_ripley
name = "25% mech 75% wreckage ripley spawner"
loot = list(/obj/vehicle/sealed/mecha/working/ripley/mining = 1,
/obj/structure/mecha_wreckage/ripley = 5)
/obj/structure/mecha_wreckage/ripley = 3)
lootdoubles = FALSE
6 changes: 1 addition & 5 deletions code/modules/vehicles/mecha/working/ripley.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@
desc = "An old, dusty mining Ripley."
name = "\improper APLU \"Miner\""

/obj/vehicle/sealed/mecha/working/ripley/mining/Initialize(mapload)
. = ..()
take_damage(125) // Low starting health

/obj/vehicle/sealed/mecha/working/ripley/mining/Initialize(mapload)
. = ..()
if(cell)
Expand All @@ -162,7 +158,7 @@
HC.attach(src)

take_damage(max_integrity * 0.5, sound_effect=FALSE) //Low starting health

var/obj/item/mecha_parts/mecha_equipment/mining_scanner/scanner = new
scanner.attach(src)

Expand Down

0 comments on commit 667a347

Please sign in to comment.