Files
Paradise/code/game/objects/items/misc.dm
2016-07-08 12:26:34 -04:00

24 lines
441 B
Plaintext

//MISC items
//These items don't belong anywhere else, so they have this file.
//Current contents:
/*
mouse_drag_pointer
Beach Ball
*/
/obj/item/mouse_drag_pointer = MOUSE_ACTIVE_POINTER
/obj/item/weapon/beach_ball
icon = 'icons/misc/beach.dmi'
icon_state = "ball"
name = "beach ball"
item_state = "beachball"
density = 0
anchored = 0
w_class = 1
force = 0.0
throwforce = 0.0
throw_speed = 1
throw_range = 20
flags = CONDUCT