mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Makes all cyborg storage items drop their contents on module change (#63461)
This commit is contained in:
@@ -679,6 +679,11 @@
|
||||
SEND_SIGNAL(src, COMSIG_BORG_SAFE_DECONSTRUCT)
|
||||
uneq_all()
|
||||
shown_robot_modules = FALSE
|
||||
|
||||
for(var/obj/item/storage/bag in model.contents) // drop all of the items that may be stored by the cyborg
|
||||
for(var/obj/item in bag)
|
||||
item.forceMove(drop_location())
|
||||
|
||||
if(hud_used)
|
||||
hud_used.update_robot_modules_display()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user