MINING update:

- Mining shuttle computer is now emaggable

CHANGELOG update:
- Redesigned changelog

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1045 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-02-14 22:14:38 +00:00
parent 90b9431184
commit 04586604d4
3 changed files with 57 additions and 35 deletions
+8 -1
View File
@@ -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