mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] bunch of inits without return and a few easy new to init (#9773)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
052034eb7b
commit
a3ac1d26d7
@@ -30,9 +30,9 @@
|
||||
location.hotspot_expose(1000,500,1)
|
||||
return 1
|
||||
|
||||
/obj/machinery/igniter/New()
|
||||
..()
|
||||
/obj/machinery/igniter/Initialize(mapload)
|
||||
icon_state = "igniter[on]"
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/igniter/power_change()
|
||||
..()
|
||||
@@ -58,9 +58,6 @@
|
||||
idle_power_usage = 2
|
||||
active_power_usage = 4
|
||||
|
||||
/obj/machinery/sparker/New()
|
||||
..()
|
||||
|
||||
/obj/machinery/sparker/power_change()
|
||||
..()
|
||||
if(!(stat & NOPOWER) && disable == 0)
|
||||
|
||||
Reference in New Issue
Block a user