From cb8e7c961320ca3b107ad2b7bb11181ea4dfee7d Mon Sep 17 00:00:00 2001 From: Gandalf Date: Fri, 26 Mar 2021 16:10:44 +0000 Subject: [PATCH] Update resource.dm --- code/modules/explorer_drone/exploration_events/resource.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/explorer_drone/exploration_events/resource.dm b/code/modules/explorer_drone/exploration_events/resource.dm index 3155deda83d..610109e94aa 100644 --- a/code/modules/explorer_drone/exploration_events/resource.dm +++ b/code/modules/explorer_drone/exploration_events/resource.dm @@ -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