mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #8716
This commit is contained in:
@@ -216,7 +216,7 @@ var/list/slot_equipment_priority = list( \
|
|||||||
O.screen_loc = null
|
O.screen_loc = null
|
||||||
if(istype(O, /obj/item))
|
if(istype(O, /obj/item))
|
||||||
var/obj/item/I = O
|
var/obj/item/I = O
|
||||||
I.dropped()
|
I.dropped(src)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user