Updates BYOND links to use HTTPS (#37918)
* Updates BYOND links to use HTTPS * revert * if -> If
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user