This commit is contained in:
Zuhayr
2015-07-09 04:05:40 +09:30
parent 550ea5f127
commit d47c2c8a02
2 changed files with 32 additions and 37 deletions
@@ -38,10 +38,10 @@
/obj/item/weapon/material/butterfly/attack_self(mob/user)
active = !active
if(active)
user << "<span class='notice'>You flip out your [src].</span>"
user << "<span class='notice'>You flip out \the [src].</span>"
playsound(user, 'sound/weapons/flipblade.ogg', 15, 1)
else
user << "<span class='notice'>The butterfly knife can now be concealed.</span>"
user << "<span class='notice'>\The [src] can now be concealed.</span>"
update_force()
add_fingerprint(user)