Pens now write on people, Harm intent to stab them like the old way.

Washable at showers.
This commit is contained in:
QuoteFox
2021-02-22 23:08:42 +00:00
parent 4818d77ea4
commit 9dd61f3efb
6 changed files with 60 additions and 18 deletions
-15
View File
@@ -105,21 +105,6 @@
to_chat(user, "<span class='notice'>You rotate the top of the pen to [degrees] degrees.</span>")
SEND_SIGNAL(src, COMSIG_PEN_ROTATED, deg, user)
/obj/item/pen/attack(mob/living/M, mob/user,stealth)
if(!istype(M))
return
if(!force)
if(M.can_inject(user, 1))
to_chat(user, "<span class='warning'>You stab [M] with the pen.</span>")
if(!stealth)
to_chat(M, "<span class='danger'>You feel a tiny prick!</span>")
. = 1
log_combat(user, M, "stabbed", src)
else
. = ..()
/obj/item/pen/afterattack(obj/O, mob/living/user, proximity)
. = ..()