Fixes some ship weapon bugs. (#15035)

* Fixes some ship weapon bugs.

* missed entry

* list sort

* cl + fix

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2022-11-06 18:24:51 +01:00
committed by GitHub
parent 592ae59940
commit ee4e9000f0
10 changed files with 135 additions and 67 deletions
+1
View File
@@ -259,6 +259,7 @@ var/list/ruin_landmarks = list()
/obj/effect/landmark/entry_point
name = "entry point landmark"
icon_state = "dir_arrow"
movable_flags = MOVABLE_FLAG_EFFECTMOVE
/obj/effect/landmark/entry_point/Initialize()
..()