gamma fireproof suits, fixed an accidental removal in scanners.dm

This commit is contained in:
Birdtalon
2018-09-22 15:11:19 +01:00
parent d60d0f1f8d
commit eb312f526f
3 changed files with 52 additions and 20 deletions
@@ -657,6 +657,8 @@ REAGENT SCANNER
/obj/item/bodyanalyzer/New()
..()
power_supply = new cell_type(src)
power_supply.give(power_supply.maxcharge)
update_icon()
/obj/item/bodyanalyzer/proc/setReady()