Skip to content

Commit

Permalink
Ough
Browse files Browse the repository at this point in the history
  • Loading branch information
BogCreature committed Dec 12, 2023
1 parent c27ba67 commit 5bc39b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/mining/ore_veins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ GLOBAL_LIST_EMPTY(ore_veins)
/obj/structure/vein/proc/begin_spawning()
spawner = AddComponent(spawner_type, mob_types, spawn_time, faction, spawn_text, max_mobs, spawn_sound, spawn_distance_min, spawn_distance_max, wave_length, wave_downtime)

/obj/structure/vein/proc/toggle_spawning()


//Pulls a random ore from the vein list per vein_class
/obj/structure/vein/proc/drop_ore(multiplier,obj/machinery/drill/current)
var/class
Expand Down

0 comments on commit 5bc39b1

Please sign in to comment.