Re-adds advanced magboots, a bunch of implants, safety on the defib

This commit is contained in:
Superhats
2018-07-15 18:50:02 +02:00
parent 6704f2b999
commit bf5b7e822e
3 changed files with 31 additions and 16 deletions
+5 -4
View File
@@ -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)