mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
24 lines
805 B
Plaintext
24 lines
805 B
Plaintext
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Miscellaneous xenoarchaeology tools
|
|
|
|
/obj/item/measuring_tape
|
|
name = "measuring tape"
|
|
desc = "A coiled metallic tape used to check dimensions and lengths."
|
|
icon = 'icons/obj/xenoarchaeology.dmi'
|
|
icon_state = "measuring"
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
|
|
//todo: dig site tape
|
|
|
|
/obj/item/storage/bag/fossils
|
|
name = "fossil satchel"
|
|
desc = "Transports delicate fossils in suspension so they don't break during transit."
|
|
icon = 'icons/obj/xenoarchaeology.dmi'
|
|
icon_state = "fossil_satchel"
|
|
slot_flags = SLOT_BELT | SLOT_POCKET
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
max_storage_space = 100
|
|
max_w_class = WEIGHT_CLASS_NORMAL
|
|
can_hold = list(/obj/item/fossil)
|