mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
cataloguers fit in belt slot (#6946)
This commit is contained in:
@@ -25,6 +25,7 @@ GLOBAL_LIST_EMPTY(all_cataloguers)
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
origin_tech = list(TECH_MATERIAL = 2, TECH_DATA = 3, TECH_MAGNET = 3)
|
||||
force = 0
|
||||
slot_flags = SLOT_BELT
|
||||
var/points_stored = 0 // Amount of 'exploration points' this device holds.
|
||||
var/scan_range = 3 // How many tiles away it can scan. Changing this also changes the box size.
|
||||
var/credit_sharing_range = 14 // If another person is within this radius, they will also be credited with a successful scan.
|
||||
|
||||
Reference in New Issue
Block a user