mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
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:
co-authored by
Cody Brittain
parent
3cd0ac3549
commit
fbfa5ed016
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user