Jump to content
  • 0

Cicada Skin Sheeding - Modification


Question

3 answers to this question

Recommended Posts

  • 1
Posted (edited)

hi try this.

hope it helps.

status.c

find

case SC_FREEZE:
	//Undead are immune to Freeze/Stone
	if (undead_flag && !(flag&1))
		return 0;


replace with

	   case SC_FREEZE:
	//Undead are immune to Freeze/Stone or if UTSUSEMI is active
	if ((undead_flag && !(flag&1)) || sc->data[sC_UTSUSEMI])
		return 0;

be sure to recompile to your code.

Edited by jezznar
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...