mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Update diona_attacks.dm
This commit is contained in:
@@ -14,10 +14,10 @@
|
|||||||
/mob/living/carbon/alien/diona/attackby(var/obj/item/weapon/W, var/mob/user)
|
/mob/living/carbon/alien/diona/attackby(var/obj/item/weapon/W, var/mob/user)
|
||||||
if(user.a_intent == "help" && istype(W, /obj/item/clothing/head))
|
if(user.a_intent == "help" && istype(W, /obj/item/clothing/head))
|
||||||
if(hat)
|
if(hat)
|
||||||
user << "<span class='warning'>\The [src] is already wearing \the [hat].</span>"
|
to_chat(user, "<span class='warning'>\The [src] is already wearing \the [hat].</span>")
|
||||||
return
|
return
|
||||||
user.unEquip(W)
|
user.unEquip(W)
|
||||||
wear_hat(W)
|
wear_hat(W)
|
||||||
user.visible_message("<span class='notice'>\The [user] puts \the [W] on \the [src].</span>")
|
user.visible_message("<span class='notice'>\The [user] puts \the [W] on \the [src].</span>")
|
||||||
return
|
return
|
||||||
return ..()
|
return ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user