TG: 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.
Revision: r3539
Author: 	 VivianFoxfoot
This commit is contained in:
Erthilo
2012-05-09 23:29:06 +01:00
parent ea390487f2
commit ffeb9a958a
3 changed files with 17 additions and 5 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