mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
BST Update 1.0
Gave Admins their flag because they would whine otherwise.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user