mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Collapse dmms (#19698)
Collapsed all the multi-z dmm maps into single-file dmms Moved some of the map geometry into traits
This commit is contained in:
@@ -86,7 +86,7 @@ var/global/ntnet_card_uid = 1
|
||||
|
||||
if(parent_computer)
|
||||
var/turf/T = get_turf(parent_computer)
|
||||
if((T && istype(T)) && isStationLevel(T.z))
|
||||
if((T && istype(T)) && is_station_level(T.z))
|
||||
// Computer is on station. Low/High signal depending on what type of network card you have
|
||||
if(ethernet)
|
||||
return 3
|
||||
|
||||
Reference in New Issue
Block a user