mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] Fixes incorrect Initialize() arguments (#1029)
* Fixes incorrect Initialize() arguments (#54013) * Fixes incorrect Initialize() arguments Co-authored-by: spookydonut <github@spooksoftware.com>
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
control.gen += sgen
|
||||
|
||||
//Bit of a hack but this whole type is a hack
|
||||
/obj/machinery/power/solar/fake/Initialize(turf/loc, obj/item/solar_assembly/S)
|
||||
/obj/machinery/power/solar/fake/Initialize(mapload, turf/loc, obj/item/solar_assembly/S)
|
||||
. = ..()
|
||||
UnregisterSignal(SSsun, COMSIG_SUN_MOVED)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user