Makes gender change potions more noticeable

This commit is contained in:
CitadelStationBot
2017-06-19 08:54:46 -05:00
parent 85c075916d
commit b7345ab548

View File

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