Adds a hook for changing view size. (#23690)

* Adds a hook for changing view size.

* """"coding standards""""
This commit is contained in:
Pieter-Jan Briers
2017-02-06 01:01:12 +13:00
committed by oranges
parent 572b5dc98e
commit 43fd486f82
7 changed files with 15 additions and 8 deletions
@@ -41,4 +41,4 @@
for(var/mob/C in targets)
if(!C.client)
continue
C.client.view = input("Select view range:", "Range", 4) in ranges
C.client.change_view(input("Select view range:", "Range", 4) in ranges)