mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
@@ -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(..())
|
||||
|
||||
Reference in New Issue
Block a user