mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 10:35:41 +01:00
Merge pull request #1019 from Aranclanos/RuntimeThrows
throw_item() small cleanup.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user