mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Update resource.dm
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
has_tool_description = ""
|
||||
action_text = "Mine"
|
||||
delay_message = "Mining..."
|
||||
var/static/list/possible_materials = list(/datum/material/silver,/datum/material/bananium,/datum/material/pizza) //only add materials with sheet type here
|
||||
var/static/list/possible_materials = list(/datum/material/silver,/datum/material/bananium) //only add materials with sheet type here //SKYRAT EDIT - REMOVED /datum/material/pizza
|
||||
var/loot_amount = 30
|
||||
var/chosen_material_type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user