Removed /obj/item/weapon/bodybag as it wasn't used, and updated the descriptions of the folded bodybag and normal bodybag.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5207 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-11-27 12:56:44 +00:00
parent ffe7bc7a90
commit e30b79a7a4
2 changed files with 2 additions and 16 deletions
-14
View File
@@ -132,20 +132,6 @@
playsound(loc, 'sound/weapons/bladeslice.ogg', 50, 1, -1)
return ..()
/obj/item/weapon/bodybag
name = "body bag"
desc = "A plastic bag designed for the storage and transportation of cadavers."
icon = 'icons/obj/closet.dmi'
icon_state = "bodybag"
force = 5.0
throwforce = 5.0
throw_speed = 1
throw_range = 4
w_class = 1.0
g_amt = 7500
m_amt = 1000
origin_tech = "materials=2"
/obj/item/weapon/rsf
name = "\improper Rapid-Service-Fabricator"
desc = "A device used to rapidly deploy service items."
+2 -2
View File
@@ -2,7 +2,7 @@
/obj/item/bodybag
name = "body bag"
desc = "A folded bag designed to contain dead things."
desc = "A folded bag designed for the storage and transportation of cadavers."
icon = 'icons/obj/bodybag.dmi'
icon_state = "bodybag_folded"
@@ -34,7 +34,7 @@
/obj/structure/closet/body_bag
name = "body bag"
desc = "A bag designed to contain dead things."
desc = "A plastic bag designed for the storage and transportation of cadavers."
icon = 'icons/obj/bodybag.dmi'
icon_state = "bodybag_closed"
icon_closed = "bodybag_closed"