This commit is contained in:
Fox-McCloud
2015-05-26 20:06:42 -04:00
parent f6058e9c50
commit 9e4af78603
2 changed files with 9 additions and 1 deletions
+9 -1
View File
@@ -93,6 +93,8 @@
icon_state = "scalpel_laser1_on"
item_state = "scalpel"
damtype = "fire"
hitsound = 'sound/weapons/sear2.ogg'
/obj/item/weapon/scalpel/laser2
name = "laser scalpel"
desc = "A scalpel augmented with a directed laser, for more precise cutting without blood entering the field. This one looks somewhat advanced."
@@ -100,6 +102,8 @@
item_state = "scalpel"
damtype = "fire"
force = 12.0
hitsound = 'sound/weapons/sear2.ogg'
/obj/item/weapon/scalpel/laser3
name = "laser scalpel"
desc = "A scalpel augmented with a directed laser, for more precise cutting without blood entering the field. This one looks to be the pinnacle of precision energy cutlery!"
@@ -107,12 +111,16 @@
item_state = "scalpel"
damtype = "fire"
force = 15.0
hitsound = 'sound/weapons/sear2.ogg'
/obj/item/weapon/scalpel/manager
name = "incision management system"
desc = "A true extension of the surgeon's body, this marvel instantly and completely prepares an incision allowing for the immediate commencement of therapeutic steps."
icon_state = "scalpel_manager_on"
item_state = "scalpel"
force = 7.5
damtype = "fire"
force = 18.0
hitsound = 'sound/weapons/sear2.ogg'
/obj/item/weapon/circular_saw
name = "circular saw"