mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Placates Travis
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
#define NTNET_SYSTEMCONTROL 4 // Control of various systems, RCon, air alarm control, etc.
|
||||
|
||||
// NTNet transfer speeds, used when downloading/uploading a file/program.
|
||||
#define NTNETSPEED_LOWSIGNAL 0.1 // GQ/s transfer speed when the device is wirelessly connected and on Low signal
|
||||
#define NTNETSPEED_LOWSIGNAL 0.25 // GQ/s transfer speed when the device is wirelessly connected and on Low signal
|
||||
#define NTNETSPEED_HIGHSIGNAL 0.5 // GQ/s transfer speed when the device is wirelessly connected and on High signal
|
||||
#define NTNETSPEED_ETHERNET 1.0 // GQ/s transfer speed when the device is using wired connection
|
||||
#define NTNETSPEED_DOS_AMPLIFICATION 5 // Multiplier for Denial of Service program. Resulting load on NTNet relay is this multiplied by NTNETSPEED of the device
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
"cJ" = (/obj/machinery/shower{icon_state = "shower"; dir = 8},/obj/structure/curtain/open/shower,/obj/random/soap,/turf/simulated/floor/tiled/hydro,/area/submap/Manor1)
|
||||
"cK" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/hydro,/area/submap/Manor1)
|
||||
"cL" = (/obj/structure/toilet{icon_state = "toilet00"; dir = 1},/turf/simulated/floor/tiled/hydro,/area/submap/Manor1)
|
||||
"cM" = (/obj/structure/table/woodentable,/obj/item/laptop,/turf/simulated/floor/holofloor/wood,/area/submap/Manor1)
|
||||
"cM" = (/obj/structure/table/woodentable,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/holofloor/wood,/area/submap/Manor1)
|
||||
"cN" = (/turf/template_noop,/area/template_noop)
|
||||
"cO" = (/obj/structure/flora/tree/sif,/turf/template_noop,/area/submap/Manor1)
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"aL" = (/obj/item/weapon/stool,/turf/simulated/floor/tiled,/area/submap/Rockybase)
|
||||
"aM" = (/obj/item/weapon/storage/belt/janitor,/obj/structure/table/standard,/turf/simulated/floor/tiled,/area/submap/Rockybase)
|
||||
"aN" = (/turf/simulated/floor/tiled,/area/submap/Rockybase)
|
||||
"aO" = (/obj/structure/table/standard,/obj/item/laptop,/obj/effect/floor_decal/corner/red/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled,/area/submap/Rockybase)
|
||||
"aO" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/effect/floor_decal/corner/red/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled,/area/submap/Rockybase)
|
||||
"aP" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled,/area/submap/Rockybase)
|
||||
"aQ" = (/obj/structure/table/rack,/obj/item/weapon/gun/projectile/pistol,/obj/effect/floor_decal/corner/red/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled,/area/submap/Rockybase)
|
||||
"aR" = (/obj/structure/table/rack,/obj/item/weapon/gun/energy/gun/taser,/obj/effect/floor_decal/corner/red/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled,/area/submap/Rockybase)
|
||||
|
||||
@@ -2110,6 +2110,7 @@
|
||||
#include "code\modules\modular_computers\computers\subtypes\dev_tablet.dm"
|
||||
#include "code\modules\modular_computers\computers\subtypes\dev_telescreen.dm"
|
||||
#include "code\modules\modular_computers\computers\subtypes\preset_console.dm"
|
||||
#include "code\modules\modular_computers\computers\subtypes\preset_laptop.dm"
|
||||
#include "code\modules\modular_computers\computers\subtypes\preset_tablet.dm"
|
||||
#include "code\modules\modular_computers\computers\subtypes\preset_telescreen.dm"
|
||||
#include "code\modules\modular_computers\file_system\computer_file.dm"
|
||||
|
||||
Reference in New Issue
Block a user