mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Update MC (#18112)
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
/obj/machinery/ship_weapon/LateInitialize()
|
||||
SSshuttle.weapons_to_initialize += src
|
||||
if(SSshuttle.init_state == SS_INITSTATE_DONE)
|
||||
if(SSshuttle.initialized)
|
||||
SSshuttle.initialize_ship_weapons()
|
||||
for(var/obj/structure/ship_weapon_dummy/SD in orange(1, src))
|
||||
SD.connect(src)
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
controller = new(src)
|
||||
update_nearby_tiles(need_rebuild=1)
|
||||
|
||||
if(length(SSshuttle.shuttle_areas) && !length(SSshuttle.shuttles_to_initialize) && SSshuttle.init_state == SS_INITSTATE_DONE)
|
||||
if(length(SSshuttle.shuttle_areas) && !length(SSshuttle.shuttles_to_initialize) && SSshuttle.initialized)
|
||||
for(var/obj/effect/overmap/visitable/ship/S as anything in SSshuttle.ships)
|
||||
if(S.check_ownership(src))
|
||||
S.engines |= controller
|
||||
|
||||
Reference in New Issue
Block a user