Fixes some mix-up with what hand was lost

Regenerate admin verb now restores limbs/lost blood
Fixes power_loss proc to actually respect the electrical channel something is on.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3539 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-05-01 20:53:18 +00:00
parent d54289d410
commit 8314f5bf5d
7 changed files with 52 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
if(!A || !isarea(A) || !A.master)
return 0 // if not, then not powered
return A.master.powered(chan) // return power status of the area
return A.master.powered(power_channel) // return power status of the area
// increment the power usage stats for an area