Adds 3 office clutter items.

Conflicts:
	code/defines/obj/weapon.dm
This commit is contained in:
Chinsky
2014-06-19 17:52:03 +04:00
committed by ZomgPonies
parent 21eae55515
commit 1d2fb1491f

View File

@@ -878,3 +878,23 @@ proc
result.Insert(temp, "[angle]")
return result*/
/obj/item/weapon/fan
name = "desk fan"
icon = 'icons/obj/decorations.dmi'
icon_state = "fan"
desc = "A smal desktop fan. Button seems to be stuck in the 'on' position."
/obj/item/weapon/newton
name = "newton cradle"
icon = 'icons/obj/decorations.dmi'
icon_state = "newton"
desc = "A device bored paper pushers use to remind themselves that the time did not stop yet. Contains gravity."
/obj/item/weapon/balltoy
name = "ball toy"
icon = 'icons/obj/decorations.dmi'
icon_state = "rollball"
desc = "A device bored paper pushers use to remind themselves that the time did not stop yet."