Update resource.dm

This commit is contained in:
Gandalf
2021-03-26 16:10:44 +00:00
parent bb01e28dc7
commit cb8e7c9613
@@ -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