mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-03-25 13:44:15 +00:00
Adds 3 office clutter items.
Conflicts: code/defines/obj/weapon.dm
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user