Skip to content

Commit

Permalink
storage sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte committed Sep 9, 2024
1 parent ddb1999 commit 7ef0ecd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
var/list/storages = list()
var/cooling_amount = 0
var/storage_amount = 0
heat_rate = 10
var/storage_rate = 100
var/weapon_state = STATE_NOTHING
var/ventnumber = 1
Expand All @@ -47,7 +46,7 @@
var/charge_rate = 430000 //How quickly do we charge?
var/charge_per_shot = 660000 //How much power per shot do we have to use?
var/heat_per_shot = 100 //how much heat do we make per shot
var/heat_rate = 0 // how fast do we discharge heat
var/heat_rate = 10 // how fast do we discharge heat
var/max_heat = 1000 //how much heat before ::fun:: happens
var/overloaded = 0 //have we cooked ourself
max_integrity = 1200 //don't blow up before we're ready
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
/obj/machinery/cooling/storage
name = "subspace heatsink unit"
desc = "A cooling unit that stores the massive amounts of heat energy weapons generate in subspace."
icon_state = "cooler"
icon_state = "storage"
circuit = /obj/item/circuitboard/machine/cooling/storage

Binary file modified nsv13/icons/obj/subspace.dmi
Binary file not shown.

0 comments on commit 7ef0ecd

Please sign in to comment.