mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fixes admin check in new set_telecrystal proc.
This commit is contained in:
@@ -1334,7 +1334,7 @@ proc/admin_notice(var/message, var/rights)
|
||||
|
||||
var/crystals
|
||||
|
||||
if(R_ADMIN)
|
||||
if(check_rights(R_ADMIN))
|
||||
crystals = input("Amount of telecrystals for [H.ckey]", crystals) as null|num
|
||||
if (!isnull(crystals))
|
||||
H.mind.tcrystals = crystals
|
||||
|
||||
Reference in New Issue
Block a user