mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-20 18:47:53 +01:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3671 316c924e-a436-60f5-8080-3fe189b3f50e
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
|
|
|
|
datum/bodypart
|
|
var/name = "unidentified bodypart"
|
|
var/health = 50
|
|
|
|
datum/bodypart/body
|
|
health = 100
|
|
|
|
datum/bodypart/head
|
|
health = 30
|
|
|
|
datum/bodypart/limb
|
|
|
|
datum/bodypart/tail
|
|
health = 15
|