corrects comment

This commit is contained in:
DeltaFire
2020-12-23 03:02:42 +01:00
parent 8a5cdddb67
commit 7da2f871d0
+1 -1
View File
@@ -23,7 +23,7 @@
resistance_flags = FIRE_PROOF
var/self_fueling = FALSE //Do we refill ourselves or not
var/nextrefueltick = 0 // How long it takes before we get a new fuel unit
var/nextrefueltick = 0 //When is the next tick we refuel?
var/refueling_interval = 10 //Every how many processing ticks does this refuel? (1 = every processing tick)
custom_materials = list(/datum/material/iron=70, /datum/material/glass=30)