mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-05 05:40:27 +00:00
- Polaris Sync - Fixes bug being unable to pick up micros - Fixes all conflicts that came with sync
25 lines
575 B
Plaintext
25 lines
575 B
Plaintext
/obj/structure/closet/secure_closet/xenoarchaeologist
|
|
name = "Xenoarchaeologist Locker"
|
|
req_access = list(access_tox_storage)
|
|
icon_state = "secureres1"
|
|
icon_closed = "secureres"
|
|
icon_locked = "secureres1"
|
|
icon_opened = "secureresopen"
|
|
icon_broken = "secureresbroken"
|
|
icon_off = "secureresoff"
|
|
|
|
New()
|
|
..()
|
|
new /obj/item/weapon/rig/hazmat/equipped(src)
|
|
return
|
|
|
|
/obj/structure/closet/excavation
|
|
name = "Excavation tools"
|
|
icon_state = "toolcloset"
|
|
icon_closed = "toolcloset"
|
|
icon_opened = "toolclosetopen"
|
|
|
|
New()
|
|
..()
|
|
new /obj/item/device/binoculars(src)
|