mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
removes a bunch of .0
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
var/last_pressure_delta = 0
|
||||
|
||||
anchored = 1.0
|
||||
anchored = 1
|
||||
density = 1
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
icon_state = "freezer"
|
||||
density = 1
|
||||
var/min_temperature = 0
|
||||
anchored = 1.0
|
||||
anchored = 1
|
||||
use_power = 1
|
||||
current_heat_capacity = 1000
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
icon_state = "heater"
|
||||
density = 1
|
||||
var/max_temperature = 0
|
||||
anchored = 1.0
|
||||
anchored = 1
|
||||
|
||||
current_heat_capacity = 1000
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
icon = 'icons/obj/cryogenics.dmi'
|
||||
icon_state = "cell-off"
|
||||
density = 1
|
||||
anchored = 1.0
|
||||
anchored = 1
|
||||
layer = 4
|
||||
|
||||
var/on = 0
|
||||
|
||||
Reference in New Issue
Block a user