PWE_PRC8/_module/nss/sha_dd_onpc_lvl.nss

14 lines
505 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
////////////////////////////////////////////////////////////////////////////////
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::://
//:::::::::::::::::::: Shayan's Disallow Dev. Crit Script :::::::::::::::::::://
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::://
//:: Written By: Shayan
//:: Contact: mail_shayan@yahoo.com
// Goes OnPlayerLevelUp
#include "sha_disallo_devc"
void main()
{
CheckForDevestatingCritical(GetPCLevellingUp());
}