remember to compile before sending commits

This commit is contained in:
Putnam
2021-03-24 18:31:06 -07:00
parent ebb233ab36
commit ac432bdd25
+1 -1
View File
@@ -47,7 +47,7 @@
/datum/round_event/supernova/tick()
var/midpoint = round((endWhen-startWhen)/2)
if(activeFor < midPoint)
if(activeFor < midpoint)
supernova.power_mod = min(supernova.power_mod*1.2, power)
if(activeFor > endWhen-10)
supernova.power_mod /= 4