Fixed a derp

This commit is contained in:
SkyMarshal
2012-06-23 16:36:34 -07:00
parent 62c3d1d11d
commit 25757511d6
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -410,7 +410,7 @@ var/list/wound_progressions = list(
if(hasorgans(owner))
var/wound_name
var/update_time = world.time + damage*100
var/size = min( max( 0, damage/10 ) , 6)
var/size = min( max( 1, damage/10 ) , 6)
switch(type)
if(CUT)
var/list/size_names = list("cut", "deep cut", "flesh wound", "gaping wound", "big gaping wound", "massive wound")