Skip to content

Commit

Permalink
Merge pull request #1134 from Vhariik/Dum
Browse files Browse the repository at this point in the history
Nerf of the miracle ruin
  • Loading branch information
MosleyTheMalO authored Apr 25, 2024
2 parents 9c816ad + 7673b3f commit 2c79561
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion _maps/RandomRuins/SpaceRuins/miracle.dmm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/obj/item/storage/backpack/satchel/flat/secret/miracle_ruin,
/obj/machinery/spaceship_navigation_beacon/invion,
/turf/open/floor/fakespace{
initial_gas_mix = "TEMP=2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion code/modules/ruins/spaceruin_code/miracle.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/////////// miracle ruin

/obj/item/storage/backpack/satchel/flat/secret/miracle_ruin
reward_all_of_these = list(/obj/item/gun/energy/pulse/prize)
reward_all_of_these = list(/obj/item/gun/energy/pulse/nerf)
3 changes: 3 additions & 0 deletions modular_splurt/code/modules/projectiles/guns/energy/lasers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@
flight_x_offset = 0
flight_y_offset = -700
selfcharge = TRUE

/obj/item/gun/energy/pulse/nerf
pin = /obj/item/firing_pin/kaiju

0 comments on commit 2c79561

Please sign in to comment.