diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 59db6464fe0..784ba44c188 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -214,7 +214,7 @@ its easier to just keep the beam vertical. /atom/verb/examine() set name = "Examine" set category = "IC" - set src in oview(12) //make it work from farther away + set src in view(usr.client) //If it can be seen, it can be examined. if (!( usr )) return diff --git a/html/changelog.html b/html/changelog.html index 0cfb0f046a2..fe2ef284d9a 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -57,6 +57,14 @@ Stuff which is in development and not yet visible to players or just code relate (ie. code improvements for expandability, etc.) should not be listed here. They should be listed in the changelog upon commit though. Thanks. --> +
+

28.06.2013

+

Segrain updated:

+ +
+

26.06.2013

Segrain updated: