mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user