Skip to content

Commit

Permalink
Update code/datums/ores.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Luc <[email protected]>
Signed-off-by: warriorstar-orion <[email protected]>
  • Loading branch information
warriorstar-orion and lewcc authored Oct 11, 2024
1 parent 539efc7 commit 6a29ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/ores.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/ore
/// The type of ore that is sropped. Expected to be a subtype of [/obj/item/stack/ore].
/// The type of ore that is dropped. Expected to be a subtype of [/obj/item/stack/ore].
var/drop_type
/// The lower bound for the amount of randomized ore dropped.
var/drop_min = 1
Expand Down

0 comments on commit 6a29ee0

Please sign in to comment.