debug messages, bug fix

This commit is contained in:
Timothy Teakettle
2022-08-01 13:17:06 +01:00
parent 0e20cff184
commit e87146bf4e
3 changed files with 2 additions and 10 deletions
+2 -1
View File
@@ -515,10 +515,11 @@
// move AI to the location, set master, update overlays (removes messages)
user.current = src
user.eyeobj.setLoc(get_turf(src))
update_appearance()
icon_state = initial(icon_state)
user.controlled_display = src
master = user
update_overlays()
update_appearance()
// we set the avatar here
var/icon/I = icon(user.client.prefs.custom_holoform_icon)