Updates BYOND links to use HTTPS (#37918)

* Updates BYOND links to use HTTPS

* revert

* if -> If
This commit is contained in:
ShizCalev
2018-05-19 22:50:05 -04:00
committed by letterjay
parent 12e1ab0855
commit 49bf67ed1d
9 changed files with 14 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
/obj/screen/plane_master/proc/Hide(override)
alpha = override || hide_alpha
//Why do plane masters need a backdrop sometimes? Read http://www.byond.com/forum/?post=2141928
//Why do plane masters need a backdrop sometimes? Read https://secure.byond.com/forum/?post=2141928
//Trust me, you need one. Period. If you don't think you do, you're doing something extremely wrong.
/obj/screen/plane_master/proc/backdrop(mob/mymob)