mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 00:55:20 +01:00
Adds header icons
Does some fixes and cleanup Some consoles added to the map and tablets added to job loadouts for testmerging.
This commit is contained in:
@@ -78,7 +78,7 @@ var/global/ntnet_card_uid = 1
|
||||
if(holder2)
|
||||
|
||||
var/turf/T = get_turf(holder2)
|
||||
if((T && istype(T)) && T.z == ZLEVEL_STATION)
|
||||
if((T && istype(T)) && (T.z == ZLEVEL_STATION || T.z == ZLEVEL_MINING))
|
||||
// Computer is on station. Low/High signal depending on what type of network card you have
|
||||
if(long_range)
|
||||
return 2
|
||||
|
||||
Reference in New Issue
Block a user