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.lua5
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