Fixing biting your own hand off

This commit is contained in:
ZomgPonies
2014-06-14 23:18:12 -04:00
parent 80d616e624
commit 692e7ef435
2 changed files with 4 additions and 3 deletions
+2 -3
View File
@@ -617,11 +617,10 @@ This function completely restores a damaged organ to perfect condition.
//Throw organs around
var/lol = pick(cardinal)
step(organ,lol)
owner.regenerate_icons()
return organ
// OK so maybe your limb just flew off, but if it was attached to a pair of cuffs then hooray! Freedom!
release_restraints()
owner.regenerate_icons()
return organ
/****************************************************
HELPERS