mirror of
https://github.com/tburrows13/SpidertronEnhancements.git
synced 2025-09-06 05:27:48 +00:00
v1.4.0; update README
This commit is contained in:
@@ -35,9 +35,11 @@ Press `Shift + E` whilst in a vehicle (not just a spidertron!) to open its inven
|
||||
|
||||
Spidertron inventories are automatically sorted just like the player's.
|
||||
|
||||
### No item loss
|
||||
### Spidertron corpse with inventory
|
||||
|
||||
A spidertron's items are spilled on the ground instead of being lost when it dies.
|
||||
Spidertron inventories are saved into a corpse instead of being lost when it dies.
|
||||
|
||||

|
||||
|
||||
---
|
||||
## Known Bugs / Limitations
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SpidertronEnhancements",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"title": "Spidertron Enhancements",
|
||||
"author": "Xorimuth",
|
||||
"description": "Some simple features to make your life easier whilst using a spidertron:\n - Enter a vehicle without leaving your spidertron\n - Quickly toggle between engineer and spidertron\n - Use spidertron remote pathfinder to navigate around lakes\n - Automatically sort spidertron inventories\n - Pipette remotes from inventory by hovering over spidertrons\n - Directly open the inventory of a vehicle that you are currently driving",
|
||||
|
BIN
resources/corpse.png
Normal file
BIN
resources/corpse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 KiB |
@@ -177,7 +177,6 @@ script.on_event(defines.events.on_player_driving_changed_state,
|
||||
|
||||
script.on_event("spidertron-enhancements-toggle-driving",
|
||||
function(event)
|
||||
game.print("Custom control")
|
||||
local player = game.get_player(event.player_index)
|
||||
|
||||
local serialised_data = global.stored_spidertrons[player.index]
|
||||
|
Reference in New Issue
Block a user