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
+1 -1
View File
@@ -289,7 +289,7 @@
/mob/proc/show_inv(mob/user)
return
//mob verbs are faster than object verbs. See http://www.byond.com/forum/?post=1326139&page=2#comment8198716 for why this isn't atom/verb/examine()
//mob verbs are faster than object verbs. See https://secure.byond.com/forum/?post=1326139&page=2#comment8198716 for why this isn't atom/verb/examine()
/mob/verb/examinate(atom/A as mob|obj|turf in view()) //It used to be oview(12), but I can't really say why
set name = "Examine"
set category = "IC"