mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Migrate circuitboards, vending items, bio chips to new attack chain. (#32240)
* Migrate circuitboards, vending items, bio chips to new attack chain. * Give the GPS something it can understand.
This commit is contained in:
@@ -444,7 +444,7 @@
|
||||
if("store_to_gps")
|
||||
if(inserted_gps)
|
||||
if(last_tele_data)
|
||||
inserted_gps.locked_location = last_tele_data
|
||||
inserted_gps.locked_location = locateUID(last_target_ref)
|
||||
temp_msg = "Location saved"
|
||||
else
|
||||
temp_msg = "ERROR - No data to store"
|
||||
|
||||
Reference in New Issue
Block a user