mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Mapping changes preparation
- Adds Red and Blue simple pipes for mapping use. - Adds empty CO2 PH and N2O canisters for mapping use. - Reworks asteroid outpost areas. Old areas kept in separate file for downstream compatibility - Modifies engineering shuttle to work with next commit. - SMESs no longer have to be charged above certain level (~5%?) to actually begin outputting power. - Fixes SMES related bug caused by previous commit
This commit is contained in:
@@ -147,13 +147,12 @@ var/global/datum/shuttle_controller/shuttle_controller
|
||||
|
||||
// Public shuttles
|
||||
shuttle = new()
|
||||
shuttle.location = 1
|
||||
shuttle.warmup_time = 10
|
||||
shuttle.area_offsite = locate(/area/shuttle/constructionsite/site)
|
||||
shuttle.area_station = locate(/area/shuttle/constructionsite/station)
|
||||
shuttle.docking_controller_tag = "engineering_shuttle"
|
||||
shuttle.dock_target_station = "engineering_dock_airlock"
|
||||
shuttle.dock_target_offsite = "engineering_station_airlock"
|
||||
shuttle.dock_target_offsite = "edock_airlock"
|
||||
shuttles["Engineering"] = shuttle
|
||||
process_shuttles += shuttle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user