Merge pull request #1019 from Aranclanos/RuntimeThrows

throw_item() small cleanup.
This commit is contained in:
Matevž Baloh
2013-07-26 11:12:42 -07:00
-5
View File
@@ -370,11 +370,6 @@
if(src.client)
src.client.screen -= item
item.loc = src.loc
if(istype(item, /obj/item))
item:dropped(src) // let it know it's been dropped
//actually throw it!
if(item)
item.layer = initial(item.layer)