Merge remote-tracking branch 'origin/inputfix' into inputfix

Conflicts:
	code/_onclick/hud/screen_objects.dm
	code/game/dna/genes/vg_powers.dm
	code/modules/admin/verbs/adminhelp.dm
	code/modules/economy/EFTPOS.dm
	code/modules/mob/living/silicon/robot/life.dm
This commit is contained in:
Tastyfish
2015-11-30 22:44:55 -05:00
2 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@
if(B.powerneeded)
if((cell.charge * 100 / cell.maxcharge) < B.powerneeded)
src << "Deactivating [B.name] due to lack of power!"
unEquip(B)
unEquip(B)
if(cell.charge <= 0)
uneq_all()
update_headlamp(1)