mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 14:57:07 +01:00
landmark repath
This commit is contained in:
@@ -42,11 +42,11 @@
|
||||
///////////////////////////
|
||||
//// Spawning and despawning
|
||||
var/global/list/latejoin_trade = list()
|
||||
/obj/effect/landmark/trade
|
||||
/atom/movable/landmark/trade
|
||||
name = "JoinLateTrade"
|
||||
delete_me = 1
|
||||
|
||||
/obj/effect/landmark/trade/New()
|
||||
/atom/movable/landmark/trade/New()
|
||||
latejoin_trade += loc // Register this turf as trade latejoin.
|
||||
..()
|
||||
|
||||
@@ -73,7 +73,7 @@ var/global/list/latejoin_trade = list()
|
||||
announce_channel = "Trade"
|
||||
on_store_name = "Beruang Trading Corp Storage"
|
||||
|
||||
/obj/effect/landmark/map_data/trade
|
||||
/atom/movable/landmark/map_data/trade
|
||||
height = 2
|
||||
|
||||
// Their shuttle
|
||||
|
||||
Reference in New Issue
Block a user