Adds jousting (#33531)

This commit is contained in:
kevinz000
2017-12-18 18:55:09 -08:00
committed by CitadelStationBot
parent d5708c981a
commit 8149f52777
5 changed files with 90 additions and 2 deletions
+4
View File
@@ -429,6 +429,10 @@
var/obj/item/grenade/explosive = null
var/war_cry = "AAAAARGH!!!"
/obj/item/twohanded/spear/Initialize()
. = ..()
AddComponent(/datum/component/jousting)
/obj/item/twohanded/spear/examine(mob/user)
..()
if(explosive)