Resprites atmos tanks (#20837)

* Ports atmos tank sprites from CEV Eris

* Mcramon sprites

* fixed one pixel

* Update code/modules/atmospherics/machinery/components/unary_devices/tank.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* small tweaks to the sprite

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Henri215
2023-04-25 21:13:26 +02:00
committed by GitHub
co-authored by Ryan
parent df6d8dc0fa
commit 837e62c4fa
2 changed files with 4 additions and 6 deletions
@@ -1,15 +1,13 @@
/obj/machinery/atmospherics/unary/tank
name = "pressure tank"
desc = "A large vessel containing pressurized gas."
icon = 'icons/atmos/tank.dmi'
icon_state = "air_map"
layer = GAS_PIPE_VISIBLE_LAYER
name = "pressure tank"
desc = "A large vessel containing pressurized gas."
max_integrity = 800
var/volume = 10000 //in liters, 1 meters by 1 meters by 2 meters ~tweaked it a little to simulate a pressure tank without needing to recode them yet
density = TRUE
/// in liters, 1 meters by 1 meters by 2 meters
var/volume = 10000
/obj/machinery/atmospherics/unary/tank/update_underlays()
if(..())