Toy chainsaw!

This commit is contained in:
Spacemanspark
2015-11-10 15:53:39 -06:00
parent f552ab1b7f
commit c688479e61
+24 -1
View File
@@ -18,6 +18,7 @@
* Foam armblade
* Mini Gibber
* Toy xeno
* Toy chainsaws
*/
@@ -1413,4 +1414,26 @@ obj/item/toy/cards/deck/syndicate/black
/obj/item/toy/russian_revolver/proc/spin_cylinder()
bullet_position = rand(1,6)
bullet_position = rand(1,6)
/*
* Rubber Chainsaw
*/
/obj/item/weapon/twohanded/chainsaw/rubber
name = "Rubber Chainsaw"
desc = "A toy chainsaw with a rubber edge. Ages 8 and up"
force = 0
throwforce = 0
throw_speed = 4
throw_range = 20
force_unwielded = 0
force_wielded = 0
sharp = 0
edge = 0
origin_tech = null
isrealchainsaw = 0
/obj/item/weapon/twohanded/chainsaw/rubber/wield()
..()
flags &= ~NODROP