mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
/obj/machinery/power/port_gen
|
||||
name = "Placeholder Generator" //seriously, don't use this. It can't be anchored without VV magic.
|
||||
desc = "A portable generator for emergency backup power."
|
||||
icon = 'icons/obj/power.dmi'
|
||||
icon_state = "portgen0_0"
|
||||
density = TRUE
|
||||
anchored = FALSE
|
||||
|
||||
@@ -184,7 +184,6 @@
|
||||
icon_state = "sp_base"
|
||||
item_state = "electropack"
|
||||
w_class = WEIGHT_CLASS_BULKY // Pretty big!
|
||||
anchored = FALSE
|
||||
var/tracker = 0
|
||||
var/glass_type = null
|
||||
|
||||
@@ -273,11 +272,9 @@
|
||||
desc = "A controller for solar panel arrays."
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "computer"
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
power_state = IDLE_POWER_USE
|
||||
idle_power_consumption = 250
|
||||
max_integrity = 200
|
||||
integrity_failure = 100
|
||||
var/icon_screen = "solar"
|
||||
var/icon_keyboard = "power_key"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
icon_state = "teg"
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
power_state = NO_POWER_USE
|
||||
|
||||
var/obj/machinery/atmospherics/binary/circulator/cold_circ
|
||||
var/obj/machinery/atmospherics/binary/circulator/hot_circ
|
||||
|
||||
@@ -133,9 +133,7 @@
|
||||
icon_state = "frame"
|
||||
desc = "Monitors treadmill use."
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
maptext_height = 26
|
||||
maptext_width = 32
|
||||
maptext_y = -1
|
||||
|
||||
var/on = FALSE // if we should be metering or not
|
||||
|
||||
@@ -74,7 +74,6 @@
|
||||
desc = "The compressor stage of a gas turbine generator. A data panel for linking with a to a computer can be accessed with a screwdriver."
|
||||
icon = 'icons/obj/pipes.dmi'
|
||||
icon_state = "compressor"
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
resistance_flags = FIRE_PROOF
|
||||
var/obj/machinery/power/turbine/turbine
|
||||
@@ -121,7 +120,6 @@
|
||||
desc = "A gas turbine used for backup power generation."
|
||||
icon = 'icons/obj/pipes.dmi'
|
||||
icon_state = "turbine"
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
resistance_flags = FIRE_PROOF
|
||||
var/opened = FALSE
|
||||
|
||||
Reference in New Issue
Block a user