mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-2025-11-12
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
name = "Energy Cannon"
|
||||
desc = "A heavy duty industrial laser."
|
||||
icon = 'icons/obj/machines/engine/singularity.dmi'
|
||||
icon_state = "emitter_+a"
|
||||
base_icon_state = "emitter_+a"
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | ACID_PROOF
|
||||
|
||||
@@ -238,11 +238,11 @@ All ShuttleMove procs go here
|
||||
. = ..()
|
||||
if(. & MOVE_AREA)
|
||||
. |= MOVE_CONTENTS
|
||||
GLOB.cameranet.removeCamera(src)
|
||||
SScameras.remove_camera_from_chunk(src)
|
||||
|
||||
/obj/machinery/camera/afterShuttleMove(turf/oldT, list/movement_force, shuttle_dir, shuttle_preferred_direction, move_dir, rotation)
|
||||
. = ..()
|
||||
GLOB.cameranet.addCamera(src)
|
||||
SScameras.add_camera_to_chunk(src)
|
||||
|
||||
/obj/machinery/mech_bay_recharge_port/afterShuttleMove(turf/oldT, list/movement_force, shuttle_dir, shuttle_preferred_direction, move_dir)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user