mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Changes all cases of update_icons(), updateicon(), UpdateIcon() etc. to update_icon(). (#9432)
update_icons(), UpdateIcon() and updateicon() are now changed to be update_icon(). Many interactions expect a target to have an update_icon(), so they should all be the same. Also fixed some stuff that was using relative pathing, along the way.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
verbs -= /mob/living/silicon/robot/verb/Namepick
|
||||
verbs -= /mob/living/silicon/robot/drone/verb/set_mail_tag
|
||||
updateicon()
|
||||
update_icon()
|
||||
density = FALSE
|
||||
|
||||
/mob/living/silicon/robot/drone/mining/updatename()
|
||||
|
||||
Reference in New Issue
Block a user