Refactors translocators a bit more

This commit is contained in:
Unknown
2019-11-28 14:22:56 -05:00
parent aa25f5ebbd
commit 199fffc2d0
4 changed files with 532 additions and 398 deletions
@@ -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