mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Merge pull request #23531 from Cyberboss/DRONES
Fixes drone inventories
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
/mob/living/simple_animal/drone/doUnEquip(obj/item/I, force)
|
||||
if(..(I,force))
|
||||
if(..())
|
||||
update_inv_hands()
|
||||
if(I == head)
|
||||
head = null
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
//SLOT HANDLING BULLSHIT FOR INTERNAL STORAGE
|
||||
/mob/living/simple_animal/hostile/guardian/dextrous/doUnEquip(obj/item/I, force)
|
||||
if(..(I,force))
|
||||
if(..())
|
||||
update_inv_hands()
|
||||
if(I == internal_storage)
|
||||
internal_storage = null
|
||||
|
||||
Reference in New Issue
Block a user