mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Upgrades the Fission360 app to be more on par to the old pinpointer (#63045)
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -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 ..()
|
||||
Reference in New Issue
Block a user