Bye bye, combat defib

This commit is contained in:
Superhats
2018-07-15 21:00:47 +02:00
parent 8cffd6c5eb
commit 4eb2d7e397
3 changed files with 6 additions and 18 deletions
-12
View File
@@ -229,18 +229,6 @@
combat = 1
safety = 0
/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()
..()
paddles = make_paddles()
bcell = new /obj/item/stock_parts/cell/infinite(src)
update_icon()
return
/obj/item/defibrillator/compact/combat/loaded/New()
..()
paddles = make_paddles()
@@ -138,7 +138,7 @@
max_combined_w_class = 17
use_to_pickup = 1
name = "Surgical Belt"
desc = "Can hold various surgery tools."
desc = "Can hold various surgical tools."
storage_slots = 9
use_item_overlays = 1
can_hold = list(
@@ -153,9 +153,9 @@
/obj/item/cautery,
)
/obj/item/storage/belt/medical/surgery/response_team
/obj/item/storage/belt/medical/surgery/loaded
/obj/item/storage/belt/medical/surgery/response_team/New()
/obj/item/storage/belt/medical/surgery/loaded/New()
..()
new /obj/item/scalpel(src)
new /obj/item/hemostat(src)