mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
BAPI - mapmanip extract-insert (#19311)
   --------- Co-authored-by: DreamySkrell <> Co-authored-by: AuroraBuildBot <action@github.com>
This commit is contained in:
co-authored by
DreamySkrell <>
AuroraBuildBot
parent
d2b807194d
commit
5082ed7db3
@@ -0,0 +1,14 @@
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract
|
||||
name = "mapmanip marker, extract submap"
|
||||
icon = 'icons/effects/map_effects_96x96.dmi'
|
||||
icon_state = "mapmanip_extract"
|
||||
pixel_x = -32
|
||||
pixel_y = -32
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/insert
|
||||
name = "mapmanip marker, insert submap"
|
||||
icon = 'icons/effects/map_effects_96x96.dmi'
|
||||
icon_state = "mapmanip_insert"
|
||||
pixel_x = -32
|
||||
pixel_y = -32
|
||||
Reference in New Issue
Block a user