Fixes antag surgery kit

This commit is contained in:
Yoshax
2015-04-27 16:41:47 +01:00
parent 75ffb05c5b
commit aa115f5bb2
2 changed files with 9 additions and 0 deletions

View File

@@ -131,6 +131,7 @@
/obj/item/weapon/storage/firstaid/surgery
name = "surgery kit"
desc = "Contains tools for surgery."
storage_slots = 10
/obj/item/weapon/storage/firstaid/surgery/New()
..()
@@ -142,6 +143,9 @@
new /obj/item/weapon/retractor(src)
new /obj/item/weapon/scalpel(src)
new /obj/item/weapon/surgicaldrill(src)
new /obj/item/weapon/bonegel(src)
new /obj/item/weapon/FixOVein(src)
new /obj/item/stack/medical/advanced/bruise_pack(src)
return
/*

View File

@@ -0,0 +1,5 @@
author: Yoshax
delete-after: True
changes:
- tweak: "Adds items to the orderable antag surgical kit so its actually useful for surgery."