Committing the tools I made for surgery, so maybe I'll finally have a bit more incentive to keep up with it

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@888 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
daelith.rhedynfre
2011-01-18 00:53:31 +00:00
parent e466429b67
commit 687e37f359
2 changed files with 28 additions and 1 deletions
+28 -1
View File
@@ -1351,11 +1351,38 @@ Total SMES charging rate should not exceed total power generation rate, or an ov
m_amt = 10000
g_amt = 5000
/obj/item/weapon/retractor
name = "retractor"
icon = 'surgery.dmi'
icon_state = "retractor"
flags = FPRINT | TABLEPASS | CONDUCT
w_class = 1.0
/obj/item/weapon/hemostat
name = "retractor"
icon = 'surgery.dmi'
icon_state = "hemostat"
flags = FPRINT | TABLEPASS | CONDUCT
w_class = 1.0
/obj/item/weapon/cautery
name = "retractor"
icon = 'surgery.dmi'
icon_state = "cautery"
flags = FPRINT | TABLEPASS | CONDUCT
w_class = 1.0
/obj/item/weapon/surgicaldrill
name = "retractor"
icon = 'surgery.dmi'
icon_state = "drill"
flags = FPRINT | TABLEPASS | CONDUCT
w_class = 1.0
/obj/item/weapon/circular_saw
name = "circular saw"
icon = 'surgery.dmi'
icon_state = "saw1"
icon_state = "saw"
flags = FPRINT | TABLEPASS | CONDUCT
force = 15.0
w_class = 1.0
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB