- rolling down jumpsuit or sleeves now gives a message
- BST's spawn with a T-ray Scanner in their bag.
This commit is contained in:
SoundScopes
2014-08-09 16:36:30 +01:00
parent 33ae6056e2
commit c2d03f4b2d
2 changed files with 21 additions and 2 deletions
+1
View File
@@ -58,6 +58,7 @@
bst.equip_to_slot_or_del(new /obj/item/weapon/storage/box/ids(bst), slot_r_hand)
else
bst.equip_to_slot_or_del(new /obj/item/weapon/storage/box/ids(bst.back), slot_in_backpack)
bst.equip_to_slot_or_del(new /obj/item/device/t_scanner(bst.back), slot_in_backpack)
//Implant because access
var/obj/item/weapon/implant/loyalty/L = new/obj/item/weapon/implant/loyalty(bst)