Advertisement
Guest User

item CpsPotion

a guest
Dec 12th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. #region CpsPotion
  2. //this item by Mr.Monk
  3. if (killer.MohabMonk == 2)
  4. {
  5. killer.ConquerPoints += 1600;
  6. killer.Owner.Send(new Message("you got 1,600 cPS From Item cPS Potion", System.Drawing.Color.Azure, Message.Monster));
  7. return;
  8. }
  9. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement