From 2c5201614e244d517702fb0cb405052ab247748f Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Wed, 11 Nov 2015 18:07:25 -0800 Subject: [PATCH] Robustify Floortile launcher Whoops, left it using /obj/item/stack/tile, which are debug items. Also, spelling. --- code/modules/clothing/spacesuits/rig/modules/combat.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/modules/combat.dm b/code/modules/clothing/spacesuits/rig/modules/combat.dm index 8838c0bba78..5dc87417901 100644 --- a/code/modules/clothing/spacesuits/rig/modules/combat.dm +++ b/code/modules/clothing/spacesuits/rig/modules/combat.dm @@ -215,12 +215,12 @@ use_power_cost = 15 icon_state = "enet" - engage_string = "Fabricate Star" + engage_string = "Fabricate Tile" interface_name = "death blossom launcher" interface_desc = "An integrated microfactory that produces floor tiles from thin air and electricity." - var/fabrication_type = /obj/item/stack/tile + var/fabrication_type = /obj/item/stack/tile/plasteel var/fire_force = 30 var/fire_distance = 10