Removes bridge crew access to the ammunition room and flak, other changes. (#15084)

* Removes bridge crew access to the ammunition room and flak, other changes.

* fffff

* fix projectiles not deleting at map end; projectile range nerf; wrap-around; leviathan projectile speed up

* fixes

* automatic detargeting

* fix that

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2022-11-15 23:04:08 +01:00
committed by GitHub
co-authored by Matt Atlas
parent 178a3d5fd9
commit 0d52eea501
12 changed files with 161 additions and 46 deletions
+2 -1
View File
@@ -99,7 +99,8 @@
C.targeting = FALSE
/obj/effect/overmap/visitable/proc/detarget(var/obj/effect/overmap/O, var/obj/machinery/computer/C)
playsound(C, 'sound/items/rfd_interrupt.ogg')
if(C)
playsound(C, 'sound/items/rfd_interrupt.ogg')
if(O)
O.cut_overlay(O.targeted_overlay)
O.maptext = null