Changes repair value

0.5% per process tick ~ 1sec, so ~200sec to fully heal it without outside interference if on clockie floor.
This commit is contained in:
DeltaFire
2020-05-14 20:29:30 +02:00
parent 07299f4cf0
commit 87492b1a35
+1 -1
View File
@@ -75,7 +75,7 @@
cell.charge += delta
adjust_clockwork_power(-delta)
if(obj_integrity < max_integrity && istype(loc, /turf/open/floor/clockwork))
obj_integrity += min(max_integrity - obj_integrity, max_integrity / 100)
obj_integrity += min(max_integrity - obj_integrity, max_integrity / 200)
CHECK_TICK
/obj/mecha/combat/neovgre/Initialize()