Skip to content

Commit

Permalink
shiza
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Jul 13, 2024
1 parent 66b8ea4 commit 3b404a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/machinery/miner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@
/obj/machinery/miner/Destroy()
qdel(camera)
camera = null
if(mineral_value >= PLATINUM_CRATE_SELL_AMOUNT)
GLOB.miners_platinum -= src
else
GLOB.miners_phorone -= src
return ..()

/obj/machinery/miner/attack_ai(mob/user)
Expand Down
41 changes: 0 additions & 41 deletions modular_RUtgmc/code/game/objects/machinery/miner.dm

This file was deleted.

0 comments on commit 3b404a6

Please sign in to comment.