mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Rebalances space loot and space exploration (#981)
* Rebalances space loot and space exploration (#53916) * Rebalances space loot and space exploration Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
shuttleId = "whiteship"
|
||||
possible_destinations = "whiteship_away;whiteship_home;whiteship_z4;whiteship_lavaland;whiteship_custom"
|
||||
|
||||
/// Console used on the whiteship bridge. Comes with GPS pre-baked.
|
||||
/obj/machinery/computer/shuttle/white_ship/bridge
|
||||
|
||||
/obj/machinery/computer/shuttle/white_ship/bridge/Initialize(mapload, obj/item/circuitboard/C)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/gps, SPACE_SIGNAL_GPSTAG)
|
||||
|
||||
/obj/machinery/computer/shuttle/white_ship/pod
|
||||
name = "Salvage Pod Console"
|
||||
desc = "Used to control the Salvage Pod."
|
||||
|
||||
Reference in New Issue
Block a user