Cleanup proc return statement.

This commit is contained in:
Leshana
2020-05-30 16:24:30 -04:00
committed by GitHub
parent d0b78a1a77
commit 677c6a1f71
+1 -2
View File
@@ -42,8 +42,7 @@
stat &= ~NOPOWER
else
stat |= NOPOWER
. = (stat != oldstat)
return
return (stat != oldstat)
// Get the amount of power this machine will consume each cycle. Override by experts only!
/obj/machinery/proc/get_power_usage()