Makeshift Weaponry Update

Imports the following weapons from Baystation's set of makeshift
weapons:
* Cattelprod (a DIY stunbaton)
* Spear (a DIY spear)

Updates the baseball bats to be twohanded weapons, instead of one
handed. Also removes the plassteel bat.
This commit is contained in:
skull132
2015-06-28 17:06:40 +03:00
parent 6ed23da9ea
commit f760e3710c
8 changed files with 114 additions and 57 deletions
+16 -5
View File
@@ -183,11 +183,7 @@
return
/*
*
*
*Stun Rod, WALL OF TEXT!
*
*
*Stun Rod
*/
/obj/item/weapon/melee/baton/stunrod
@@ -207,3 +203,18 @@
bcell = new/obj/item/weapon/cell/high(src)
update_icon()
return
/*
*Cattleprod
*/
/obj/item/weapon/melee/baton/cattleprod
name = "stunprod"
desc = "An improvised stun baton."
icon_state = "stunprod_nocell"
item_state = "prod"
force = 3
throwforce = 5
hitcost = 2500
attack_verb = list("poked")
slot_flags = null