mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[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:
co-authored by
Mothblocks
MrMelbert
parent
5877e56de1
commit
3420c40ec5
@@ -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