More portal fleshlight options, and bug fix for nails.

This commit is contained in:
QuoteFox
2021-04-18 18:46:48 +01:00
parent fb21e779b1
commit 85c7dba12e
2 changed files with 42 additions and 20 deletions
@@ -53,9 +53,11 @@
/obj/item/nailpolish/attack(mob/M, mob/user)
if(!ismob(M))
return
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(H.nail_style) //to stop stacking bugs
to_chat(user, "<span class='warning'>Remove the old nail polish first!</span>")
if(H == user)
user.visible_message("<span class='notice'>[user] does [user.p_their()] nails with \the [src].</span>", \
"<span class='notice'>You take a moment to apply \the [src]. Perfect!</span>")