summaryrefslogtreecommitdiff
path: root/lib/core/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/player.lua')
-rw-r--r--lib/core/player.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/core/player.lua b/lib/core/player.lua
deleted file mode 100644
index deec2e21..00000000
--- a/lib/core/player.lua
+++ /dev/null
@@ -1,16 +0,0 @@
--- SYSTEM FILE
---
--- Lua player funtions
---
-
--------- skill stuff ---------
-
--- Easy skill access
-function skill(i)
- return s_info[i + 1]
-end
-
--- easier inventory access
-function player.inventory(i)
- return player.inventory_real[i + 1]
-end