-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tank vendor #15505
Tank vendor #15505
Conversation
Why not pos? |
Pos has an open pr reworking it |
pos hotfix for tc is ready |
shuttle_id = SHUTTLE_VEHICLE_SUPPLY | ||
home_id = "vehicle_home" | ||
/// current selected vehicles typepath | ||
var/current_veh_type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imagine being so lazy that you cannot type vehicle
|
||
/datum/supply_ui/vehicles/ui_data(mob/living/user) | ||
var/list/data = list() | ||
if(supply_shuttle) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if(!supply_shuttle)
data["elevator"] = "MISSING!"
return data
About The Pull Request
Adds tank vendor/elevator to all shipmaps except PoS
Changelog
🆑
add: Added tank vendor
/:cl: