This commit is contained in:
SandPoot
2024-04-12 22:36:44 -03:00
parent e40960a3a2
commit 4af0628c8b
7 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ GLOBAL_LIST_INIT(arcade_prize_pool, list(
name = "random arcade"
desc = "random arcade machine"
icon_state = "arcade"
icon_keyboard = "no_keyboard"
icon_keyboard = null
icon_screen = "invaders"
light_color = LIGHT_COLOR_GREEN
var/list/prize_override
+1 -1
View File
@@ -209,7 +209,7 @@
name = "security camera monitor"
desc = "An old TV hooked into the station's camera network."
icon_state = "television"
icon_keyboard = "no_keyboard"
icon_keyboard = null
icon_screen = "detective_tv"
pass_flags = PASSTABLE
+2 -2
View File
@@ -138,13 +138,13 @@
name = "\improper DoorMex control console"
icon_state = "oldcomp"
icon_screen = "library"
icon_keyboard = "no_keyboard"
icon_keyboard = null
// /obj/machinery/computer/pod/old/mass_driver_controller
// name = "\improper Mass Driver Controller"
// icon = 'icons/obj/airlock_machines.dmi'
// icon_state = "airlock_control_standby"
// icon_keyboard = "no_keyboard"
// icon_keyboard = null
// density = FALSE
// /obj/machinery/computer/pod/old/mass_driver_controller/toxinsdriver
+1
View File
@@ -15,6 +15,7 @@
name = "auxillary base management console"
icon = 'icons/obj/terminals.dmi'
icon_state = "dorm_available"
icon_keyboard = null
var/shuttleId = "colony_drop"
desc = "Allows a deployable expedition base to be dropped from the station to a designated mining location. It can also \
interface with the mining shuttle at the landing site if a mobile beacon is also deployed."
@@ -78,6 +78,7 @@
lefthand_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi'
ammo_type = list(/obj/item/ammo_casing/energy/net, /obj/item/ammo_casing/energy/trap)
modifystate = FALSE
can_flashlight = 0
ammo_x_offset = 1
@@ -7,6 +7,7 @@
density = TRUE
icon = 'icons/obj/chemical.dmi'
icon_state = "mixer0"
icon_keyboard = null
use_power = TRUE
idle_power_usage = 20
resistance_flags = ACID_PROOF
Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 67 KiB