diff options
author | Bardur Arantsson <bardur@scientician.net> | 2011-02-27 18:57:30 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2012-03-29 21:16:16 +0200 |
commit | 13664a125f4304824268e1e5203ea72670a5c5ad (patch) | |
tree | 0272480b928cad3964dc007f533401285d936d21 /lib/core/player.lua | |
parent | b09c86b9828d931638b48864a65658a20d2ad864 (diff) |
Remove unused Lua functions for body modification
Diffstat (limited to 'lib/core/player.lua')
-rw-r--r-- | lib/core/player.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/core/player.lua b/lib/core/player.lua index 3017d94f..16878228 100644 --- a/lib/core/player.lua +++ b/lib/core/player.lua @@ -133,8 +133,3 @@ function subrace_add_power(subrace, power) end return nil end - --- Body parts -function player.add_body_part(part, nb) - player.extra_body_parts[part + 1] = player.extra_body_parts[part + 1] + nb -end |