mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Adds a hook for changing view size. (#23690)
* Adds a hook for changing view size. * """"coding standards""""
This commit is contained in:
committed by
oranges
parent
572b5dc98e
commit
43fd486f82
@@ -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)
|
||||
Reference in New Issue
Block a user