Returns stabilizer harnesses to their former glory (#16257)

* Fuck it, we ball

* Update code/game/objects/items/devices/auto_cpr.dm

Co-authored-by: Cody Brittain <cbrittain10@yahoo.com>

---------

Co-authored-by: Cody Brittain <cbrittain10@yahoo.com>
This commit is contained in:
sheeplets
2023-04-27 03:30:05 +00:00
committed by GitHub
co-authored by Cody Brittain
parent 3cd0ac3549
commit fbfa5ed016
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
/obj/item/auto_cpr/Initialize()
. = ..()
battery = new /obj/item/cell/device(src)
battery = new /obj/item/cell(src)
breath_mask = new /obj/item/clothing/mask/breath/medical(src)
tank = new /obj/item/tank/emergency_oxygen/engi(src)
update_icon()