mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
icon = 'icons/obj/machines/smithing_machines.dmi'
|
||||
icon_state = "casting_open"
|
||||
max_integrity = 100
|
||||
pixel_x = 0 // 1x1
|
||||
pixel_y = 0
|
||||
bound_height = 32
|
||||
bound_width = 32
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
icon = 'icons/obj/machines/smithing_machines.dmi'
|
||||
icon_state = "assembler"
|
||||
max_integrity = 100
|
||||
pixel_x = 0 // 1x1
|
||||
pixel_y = 0
|
||||
bound_height = 32
|
||||
bound_width = 32
|
||||
@@ -257,7 +256,6 @@
|
||||
icon = 'icons/obj/machines/smithing_machines.dmi'
|
||||
icon_state = "assembler"
|
||||
max_integrity = 100
|
||||
pixel_x = 0 // 1x1
|
||||
pixel_y = 0
|
||||
bound_height = 32
|
||||
bound_width = 32
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/obj/machinery/smithing/lava_furnace
|
||||
name = "lava furnace"
|
||||
desc = "A furnace that uses the innate heat of lavaland to reheat metal that has not been fully reshaped."
|
||||
icon = 'icons/obj/machines/large_smithing_machines.dmi'
|
||||
icon_state = "furnace_off"
|
||||
operation_sound = 'sound/surgery/cautery1.ogg'
|
||||
/// How much the device heats the component
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
/obj/machinery/smithing/power_hammer
|
||||
name = "power hammer"
|
||||
desc = "A heavy-duty pneumatic hammer designed to shape and mold molten metal."
|
||||
icon = 'icons/obj/machines/large_smithing_machines.dmi'
|
||||
icon_state = "power_hammer"
|
||||
operation_sound = 'sound/magic/fellowship_armory.ogg'
|
||||
|
||||
/obj/machinery/smithing/power_hammer/Initialize(mapload)
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
/obj/item/smithed_item/component
|
||||
name = "Debug smithed component"
|
||||
icon = 'icons/obj/smithing.dmi'
|
||||
icon_state = "debug"
|
||||
desc = "Debug smithed component part. If you see this, notify the development team."
|
||||
/// What type of part is it
|
||||
var/part_type
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
desc = "A large unknown smithing machine. If you see this, there's a problem and you should notify the development team."
|
||||
icon = 'icons/obj/machines/large_smithing_machines.dmi'
|
||||
icon_state = "power_hammer"
|
||||
max_integrity = 200
|
||||
pixel_x = 0 // 2x2
|
||||
pixel_y = -32
|
||||
bound_height = 64
|
||||
bound_width = 64
|
||||
|
||||
@@ -145,7 +145,6 @@
|
||||
name = "adminium bit"
|
||||
desc = "A hyper-advanced bit restricted to central command officials."
|
||||
speed_mod = -1
|
||||
efficiency_mod = 1
|
||||
failure_rate = -20
|
||||
durability = 300
|
||||
quality = /datum/smith_quality/masterwork
|
||||
|
||||
Reference in New Issue
Block a user