Skip to content

Commit

Permalink
adds back processing unit
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jul 26, 2024
1 parent ffe6e0f commit a99a222
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/machinery/mining.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/obj/structure/machinery/mineral/processing_unit
name = "material processor" //This isn't actually a goddamn furnace, we're in space and it's processing platinum and flammable phoron...
icon = 'icons/obj/structures/machinery/mining_machines.dmi'
icon_state = "furnace"
density = TRUE
anchored = TRUE
light_range = 3
1 change: 1 addition & 0 deletions colonialmarines.dme
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@
#include "code\game\machinery\line_nexter.dm"
#include "code\game\machinery\machinery.dm"
#include "code\game\machinery\mass_driver.dm"
#include "code\game\machinery\mining.dm"
#include "code\game\machinery\misc.dm"
#include "code\game\machinery\navbeacon.dm"
#include "code\game\machinery\newscaster.dm"
Expand Down

0 comments on commit a99a222

Please sign in to comment.