mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
Refactors translocators a bit more
This commit is contained in:
@@ -4,14 +4,18 @@
|
||||
req_access = list(access_all_personal_lockers)
|
||||
var/registered_name = null
|
||||
|
||||
/* //VOREStation Removal
|
||||
starts_with = list(
|
||||
/obj/item/device/radio/headset)
|
||||
*/
|
||||
|
||||
/obj/structure/closet/secure_closet/personal/Initialize()
|
||||
/* //VOREStation Removal
|
||||
if(prob(50))
|
||||
starts_with += /obj/item/weapon/storage/backpack
|
||||
else
|
||||
starts_with += /obj/item/weapon/storage/backpack/satchel/norm
|
||||
*/
|
||||
return ..()
|
||||
|
||||
/obj/structure/closet/secure_closet/personal/patient
|
||||
|
||||
Reference in New Issue
Block a user