From e5e9013ab4a918b4706edc340e44628d5a6cff30 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Wed, 24 Sep 2014 15:15:56 +0200 Subject: [PATCH] make bananium smeltable exactly as the title says, though, the smelter menu calls it 'clown', because the oretag is clown, didn't fix it, because i dont know what things use the oretag variable(i know some), and didn't want to break anything over such a small bug --- code/modules/mining/ore_datum.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mining/ore_datum.dm b/code/modules/mining/ore_datum.dm index 239629ca824..9927b6e5b85 100644 --- a/code/modules/mining/ore_datum.dm +++ b/code/modules/mining/ore_datum.dm @@ -49,3 +49,7 @@ smelts_to = /obj/item/stack/sheet/mineral/tritium compresses_to = /obj/item/stack/sheet/mineral/mhydrogen oretag = "hydrogen" + +/datum/ore/clown + smelts_to = /obj/item/stack/sheet/mineral/clown + oretag = "clown" \ No newline at end of file