Makes gender change potions more noticeable
This commit is contained in:
@@ -401,10 +401,10 @@
|
||||
|
||||
if(L.gender == MALE)
|
||||
L.gender = FEMALE
|
||||
L.visible_message("<span class='notice'>[L] suddenly looks more feminine!</span>")
|
||||
L.visible_message("<span class='boldnotice'>[L] suddenly looks more feminine!</span>", "<span class='boldwarning'>You suddenly feel more feminine!</span>")
|
||||
else
|
||||
L.gender = MALE
|
||||
L.visible_message("<span class='notice'>[L] suddenly looks more masculine!</span>")
|
||||
L.visible_message("<span class='boldnotice'>[L] suddenly looks more masculine!</span>", "<span class='boldwarning'>You suddenly feel more masculine!</span>")
|
||||
L.regenerate_icons()
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user