Merge pull request #37050 from AutomaticFrenzy/patch/fullscreen-cloning

Fix fullscreens added to clientless mobs not stretching properly
This commit is contained in:
Jordan Brown
2018-04-10 20:22:30 -04:00
committed by CitadelStationBot
parent 4b34949340
commit 0a9ca8b073
2 changed files with 9 additions and 4 deletions

View File

@@ -828,6 +828,7 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
//END OF CIT CHANGES
view = new_size
apply_clickcatcher()
mob.reload_fullscreen()
if (isliving(mob))
var/mob/living/M = mob
M.update_damage_hud()