Merge pull request #6888 from VOREStation/vplk-overmap-skybox

Port Overmap Skybox, Ships, Sectors, and Boats
This commit is contained in:
Atermonera
2020-03-27 14:05:28 -07:00
committed by GitHub
72 changed files with 2415 additions and 672 deletions
+2
View File
@@ -812,10 +812,12 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(!holder)
return
var/view = src.view
if(view == world.view)
view = input("Select view range:", "FUCK YE", 7) in list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,128)
else
view = world.view
mob.set_viewsize(view)
log_admin("[key_name(usr)] changed their view range to [view].")
//message_admins("<font color='blue'>[key_name_admin(usr)] changed their view range to [view].</font>", 1) //why? removed by order of XSI