[MIRROR] Upgrades the Fission360 app to be more on par to the old pinpointer [MDB IGNORE] (#9727)

* Upgrades the Fission360 app to be more on par to the old pinpointer (#63045)

Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>

* Upgrades the Fission360 app to be more on par to the old pinpointer

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-26 15:36:55 -05:00
committed by GitHub
co-authored by Mothblocks MrMelbert
parent 5877e56de1
commit 3420c40ec5
7 changed files with 101 additions and 30 deletions
+20
View File
@@ -0,0 +1,20 @@
/// The syndicate infiltrator shuttle port.
/obj/docking_port/mobile/infiltrator
name = "syndicate infiltrator"
id = "syndicate"
movement_force = list("KNOCKDOWN" = 0, "THROW" = 0)
hidden = TRUE
dheight = 1
dwidth = 12
height = 17
width = 23
dir = 8
port_direction = 4
/obj/docking_port/mobile/infiltrator/Initialize(mapload)
. = ..()
SSpoints_of_interest.make_point_of_interest(src)
/obj/docking_port/mobile/infiltrator/Destroy(force)
SSpoints_of_interest.remove_point_of_interest(src)
return ..()