mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Re-adds advanced magboots, a bunch of implants, safety on the defib
This commit is contained in:
@@ -229,11 +229,12 @@
|
||||
combat = 1
|
||||
safety = 0
|
||||
|
||||
/obj/item/defibrillator/compact/combat/ERT
|
||||
desc = "A belt-equipped defibrillator that can be rapidly deployed. Does not have the restrictions or safeties of conventional defibrillators and can revive through space suits."
|
||||
/obj/item/defibrillator/compact/combat/ert
|
||||
name = "Advanced Compact Defibrillator"
|
||||
desc = "A belt-equipped defibrillator that can be rapidly deployed and can revive through space suits."
|
||||
safety = 1
|
||||
|
||||
|
||||
/obj/item/defibrillator/compact/combat/ERT/loaded/New()
|
||||
/obj/item/defibrillator/compact/combat/ert/loaded/New()
|
||||
..()
|
||||
paddles = make_paddles()
|
||||
bcell = new /obj/item/stock_parts/cell/infinite(src)
|
||||
|
||||
@@ -227,13 +227,13 @@
|
||||
var/base_name = ""
|
||||
var/label_text = ""
|
||||
|
||||
/obj/item/storage/pill_bottle/ERT
|
||||
/obj/item/storage/pill_bottle/ert
|
||||
|
||||
/obj/item/storage/pill_bottle/New()
|
||||
..()
|
||||
base_name = name
|
||||
|
||||
/obj/item/storage/pill_bottle/ERT/New()
|
||||
/obj/item/storage/pill_bottle/ert/New()
|
||||
..()
|
||||
new /obj/item/reagent_containers/food/pill/salicylic(src)
|
||||
new /obj/item/reagent_containers/food/pill/salicylic(src)
|
||||
|
||||
Reference in New Issue
Block a user