In-hands can now be any size

This commit is contained in:
Markolie
2015-09-13 23:00:31 +02:00
parent 3902b643d0
commit 2b23ba0048
2 changed files with 13 additions and 17 deletions
+6
View File
@@ -8,6 +8,12 @@
var/item_state = null
var/lefthand_file = 'icons/mob/inhands/items_lefthand.dmi'
var/righthand_file = 'icons/mob/inhands/items_righthand.dmi'
//Dimensions of the lefthand_file and righthand_file vars
//eg: 32x32 sprite, 64x64 sprite, etc.
var/inhand_x_dimension = 32
var/inhand_y_dimension = 32
var/r_speed = 1.0
var/health = null
var/hitsound = null