Skip to content

Commit

Permalink
real
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Jan 1, 2025
1 parent 831ad1c commit 9c3f70c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modular_doppler/starter_resources/ore_vent.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/obj/structure/ore_vent/starter_resources
mineral_breakdown = list(
/datum/material/iron = 2,
/datum/material/glass = 2,
/datum/material/plasma = 1,
/datum/material/titanium = 1,
/datum/material/silver = 1,
/datum/material/gold = 1,
/datum/material/diamond = 1,
/datum/material/uranium = 1,
/datum/material/bluespace = 1,
/datum/material/plastic = 1,
)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7220,6 +7220,7 @@
#include "modular_doppler\religion\code\religious_sects.dm"
#include "modular_doppler\research\designs\limbgrower_designs.dm"
#include "modular_doppler\sprite_swaps\code\bigclosets.dm"
#include "modular_doppler\starter_resources\ore_vent.dm"
#include "modular_doppler\stone\code\ore_veins.dm"
#include "modular_doppler\stone\code\stone.dm"
#include "modular_doppler\super_glasses\code\glasses_stats_thief.dm"
Expand Down

0 comments on commit 9c3f70c

Please sign in to comment.