Fixes admin check in new set_telecrystal proc.

This commit is contained in:
Neerti
2015-12-12 10:56:06 -05:00
parent f7e5c7cd50
commit aa2285cfb5

View File

@@ -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