mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 00:59:16 +01:00
Cleanup proc return statement.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user