Repaths permits as accessories

This commit is contained in:
Anewbe
2017-10-03 00:04:58 -05:00
parent bf6c9ba4b8
commit b393bb897d
7 changed files with 11 additions and 12 deletions
@@ -1521,6 +1521,6 @@
var/braintype = get_FBP_type()
if(braintype == FBP_DRONE)
var/turf/T = get_turf(src)
var/obj/item/weapon/permit/drone/permit = new(T)
var/obj/item/clothing/accessory/permit/drone/permit = new(T)
permit.set_name(real_name)
equip_to_appropriate_slot(permit) // If for some reason it can't find room, it'll still be on the floor.