Merge branch 'thefunnytemporalkatanas' of https://github.com/zeroisthebiggay/Citadel-Station-13 into thefunnytemporalkatanas

# Conflicts:
#	code/game/objects/items/weaponry.dm
This commit is contained in:
zerothebigboy
2020-08-21 02:13:44 -04:00
+4 -1
View File
@@ -274,15 +274,18 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
sleep(20)
if(!user)
return
<<<<<<< HEAD
user.visible_message("<span class='hierophant_warning'>[user] vanishes into a cloud of falling dust and burning embers, likely off to style on some poor sod in the distance!</span>")
playsound(user,'sound/magic/blink.ogg', 75, TRUE)
=======
user.visible_message("<span class='hierophant_warning'>[user] vanishes into a cloud of falling dust and burning embers, likely off to style on some poor sod in the distance!</span>")
>>>>>>> a183fb316503edb4f128b6dbc9e630ed851a888a
for(var/obj/item/I in user)
if(I != src)
user.dropItemToGround(I)
user.dropItemToGround(src) //Drop us last, so it goes on top of their stuff
qdel(user)
/obj/item/melee/bokken // parrying stick
name = "bokken"
desc = "A space-Japanese training sword made of wood and shaped like a katana."