Files
Paradise/code/game/objects/items/misc.dm
2017-05-27 16:34:49 +01:00

25 lines
458 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 = WEIGHT_CLASS_TINY
force = 0.0
throwforce = 0.0
throw_speed = 1
throw_range = 20
flags = CONDUCT