Merge pull request #33833 from deathride58/please-repoban-kev

Fixes ghost zoom being broken
This commit is contained in:
oranges
2017-12-27 18:49:45 +13:00
committed by CitadelStationBot
parent dc0e3a89d5
commit 20b8f9c87f

View File

@@ -471,7 +471,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
set hidden = TRUE
var/max_view = client.prefs.unlock_content ? GHOST_MAX_VIEW_RANGE_MEMBER : GHOST_MAX_VIEW_RANGE_DEFAULT
if(input)
client.rescale_view(input, 7, max_view)
client.rescale_view(input, 15, (max_view*2)+1)
/mob/dead/observer/verb/boo()
set category = "Ghost"