BST Update 1.0

Gave Admins their flag because they would whine otherwise.
This commit is contained in:
Ryan784
2016-02-05 16:19:44 -05:00
parent 8277f9e779
commit 0143439a22
+2 -2
View File
@@ -14,7 +14,7 @@
set name = "Spawn Bluespace Tech"
set desc = "Spawns a Bluespace Tech to debug stuff"
if(!check_rights(R_DEV)) return
if(!check_rights(R_DEV|R_ADMIN)) return
if(!holder)
return //how did they get here?
@@ -70,7 +70,7 @@
for(var/i = 1, i < 12, i++)
new /obj/item/weapon/reagent_containers/pill/adminordrazine(pills)
bst.equip_to_slot_or_del(pills, slot_in_backpack)
//Implant because access
bst.implant_loyalty(bst,TRUE)