Make sure sprites update on login

This commit is contained in:
Markolie
2015-09-27 08:38:21 +02:00
parent f63abafd2b
commit efbf5f50f0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -493,7 +493,7 @@ var/global/datum/controller/occupations/job_master
if(istype(G) && !G.prescription)
G.prescription = 1
G.name = "prescription [G.name]"
// H.update_icons()
H.regenerate_icons()
H.hud_updateflag |= (1 << ID_HUD)
H.hud_updateflag |= (1 << IMPLOYAL_HUD)