Adds jousting (#33531)

This commit is contained in:
kevinz000
2017-12-18 20:55:09 -06:00
committed by duncathan salt
parent e72cfeba72
commit 02254279fb
6 changed files with 92 additions and 4 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)