mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Added sprites for area atmos, atmos monitoring, exosuit control, and holodeck control consoles
Added an O2 medkit in medbay storage git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3892 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -76,7 +76,7 @@ obj/machinery/air_sensor
|
||||
|
||||
obj/machinery/computer/general_air_control
|
||||
icon = 'computer.dmi'
|
||||
icon_state = "computer_generic"
|
||||
icon_state = "tank"
|
||||
|
||||
name = "Computer"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/machinery/computer/area_atmos
|
||||
name = "Area Air Control"
|
||||
desc = "A computer used to control the stationary scrubbers and pumps in the area."
|
||||
icon_state = "computer_generic"
|
||||
icon_state = "area_atmos"
|
||||
circuit = "/obj/item/weapon/circuitboard/area_atmos"
|
||||
var/scrubber_state = 0 //0 = off; 1 = on
|
||||
|
||||
@@ -42,6 +42,11 @@
|
||||
SCRUBBER.on = scrubber_state
|
||||
SCRUBBER.update_icon()
|
||||
|
||||
if(scrubber_state)
|
||||
icon_state = "area_atmos2"
|
||||
else
|
||||
icon_state = "area_atmos"
|
||||
|
||||
attackby(I as obj, user as mob)
|
||||
if(istype(I, /obj/item/weapon/screwdriver))
|
||||
playsound(src.loc, 'Screwdriver.ogg', 50, 1)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/machinery/computer/HolodeckControl
|
||||
name = "Holodeck Control Computer"
|
||||
desc = "A computer used to control a nearby holodeck."
|
||||
icon_state = "computer_generic"
|
||||
icon_state = "holocontrol"
|
||||
var/area/linkedholodeck = null
|
||||
var/area/target = null
|
||||
var/active = 0
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 69 KiB |
+8521
-8519
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user