mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Update firstaid.dm
This commit is contained in:
@@ -15,12 +15,8 @@
|
|||||||
throw_speed = 2
|
throw_speed = 2
|
||||||
throw_range = 8
|
throw_range = 8
|
||||||
max_storage_space = ITEMSIZE_COST_SMALL * 7 // 14
|
max_storage_space = ITEMSIZE_COST_SMALL * 7 // 14
|
||||||
<<<<<<< HEAD
|
|
||||||
// var/list/icon_variety // VOREStation edit
|
// var/list/icon_variety // VOREStation edit
|
||||||
=======
|
|
||||||
var/list/icon_variety
|
|
||||||
drop_sound = 'sound/items/drop/box.ogg'
|
drop_sound = 'sound/items/drop/box.ogg'
|
||||||
>>>>>>> 22e28f2... Merge pull request #6804 from Cerebulon/bigsounds
|
|
||||||
|
|
||||||
/obj/item/weapon/storage/firstaid/Initialize()
|
/obj/item/weapon/storage/firstaid/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user