mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Toy chainsaw!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user