mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-31 00:26:21 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user