Fix bluespace tech (#21115)

title

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2025-08-06 16:04:30 +02:00
committed by GitHub
parent 6a323856a8
commit 7af4cc0891
+2 -2
View File
@@ -24,10 +24,10 @@
to_chat(src, "You've used this verb too recently, please wait a moment before trying again.")
return
if(!check_rights(R_DEV|R_ADMIN) || !isstoryteller(src.mob))
if(!check_rights(R_DEV|R_ADMIN) && !isstoryteller(src.mob))
return
if(!holder || !isstoryteller(src.mob))
if(!holder && !isstoryteller(src.mob))
return //how did they get here?
if(!ROUND_IS_STARTED)