diff --git a/code/WorkInProgress/mining.dm b/code/WorkInProgress/mining.dm index c043ef83451..63104d47494 100644 --- a/code/WorkInProgress/mining.dm +++ b/code/WorkInProgress/mining.dm @@ -997,7 +997,7 @@ proc/move_mining_shuttle() icon = 'computer.dmi' icon_state = "shuttle" req_access = list(access_mining) - //var/hacked = 0 TODO + var/hacked = 0 var/location = 0 //0 = station, 1 = mining base /obj/machinery/computer/mining_shuttle/attack_hand(user as mob) @@ -1018,6 +1018,13 @@ proc/move_mining_shuttle() else usr << "\blue shuttle is already moving" +/obj/machinery/computer/mining_shuttle/attackby(obj/item/weapon/W as obj, mob/user as mob) + + if (istype(W, /obj/item/weapon/card/emag)) + src.req_access = list() + hacked = 1 + usr << "The computer's controls are now all access" + /**********************Mine areas**************************/ /area/mine/explored diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 6913d2e0ef4..fb868f79b66 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -1345,7 +1345,7 @@ src << browse_rsc('postcardsmall.jpg') src << browse_rsc('somerights20.png') src << browse_rsc('88x31.png') - src << browse('changelog.html', "window=changes;size=400x650") + src << browse('changelog.html', "window=changes;size=675x650") src.client.changes = 1 /mob/verb/succumb() diff --git a/icons/changelog.html b/icons/changelog.html index ee066626e61..78e50475ea4 100644 --- a/icons/changelog.html +++ b/icons/changelog.html @@ -3,47 +3,61 @@
|
+ Space Station 13
+
We have a forum! http://tgstation13.servehttp.com-Google Code project page: http://tgstation13.googlecode.com/- -
-
-Submit bug reports to TLE, the issue tracker on our Google Code project page, or in the IRC channel - -Visit our IRC channel, #tgstation13 on irc.rizon.net - -/tg/Station 13 Development Team- Coders: TLE, NEO, muskets, veryinky, Skie, Numbers, Agouri, Noka, Urist McDorf, Uhangi, Darem, Mport- Spriters: Agouri, Cheridan, Cruazy Guest, Deeaych, Deuryn, Matty406, Microwave, ShiftyEyesShady, Skie, Uhangi, Veyveyr - Sounds: Skie - Thanks to: CDK Station devs, GoonStation devs, the original SpaceStation developers and Erikat for the new title image +
Changelog+14.02.2011, Valentine's day +
12.02.2011, 01.00 GMT, r1021
|