mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Map PDA Program - POIs (#19536)
   --------- Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
66bfc421e9
commit
b488e51549
@@ -0,0 +1,18 @@
|
||||
|
||||
/obj/effect/landmark/minimap_poi
|
||||
name = "minimap poi"
|
||||
desc = null
|
||||
icon = 'icons/effects/map_effects.dmi'
|
||||
icon_state = "minimap_poi"
|
||||
|
||||
/obj/effect/landmark/minimap_poi/Initialize()
|
||||
..()
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/effect/landmark/minimap_poi/LateInitialize()
|
||||
. = ..()
|
||||
SSholomap.pois += src
|
||||
|
||||
/obj/effect/landmark/minimap_poi/Destroy()
|
||||
SSholomap.pois -= src
|
||||
. = ..()
|
||||
Reference in New Issue
Block a user