Cleans up update_icons, makes the update_icon_updates_onmob element bespoke, updates CODEOWNERS (#69179)

* I just realised this is all one commit.

* hail marry

* fix.

* FIXES IT FOR REAL

* Update code/datums/elements/update_icon_updates_onmob.dm
This commit is contained in:
Kapu1178
2022-08-16 13:50:21 -04:00
committed by GitHub
parent 55489800ce
commit 2eccf3cea0
92 changed files with 380 additions and 352 deletions
+1 -1
View File
@@ -903,7 +903,7 @@
return
var/obj/item/new_item = new H.dna.species.species_cookie(H)
if(H.put_in_hands(new_item))
H.update_inv_hands()
H.update_held_items()
else
qdel(new_item)
log_admin("[key_name(H)] has their hands full, so they did not receive their [new_item.name], spawned by [key_name(src.owner)].")