Skip to content

Commit

Permalink
stuff WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Re2Taz committed Oct 22, 2020
1 parent cc04697 commit 182766d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/game/objects/items/weapons/storage/briefcase.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@
w_class = ITEM_SIZE_HUGE
max_w_class = ITEM_SIZE_NORMAL
max_storage_space = DEFAULT_BACKPACK_STORAGE

/obj/item/weapon/storage/hardcase
name = "hardcase"
desc = "A very fine steel made hardcase."
icon_state = "hard_case"
item_state = "hard_case"
obj_flags = OBJ_FLAG_CONDUCTIBLE
force = 8.0
throw_speed = 1
throw_range = 4
w_class = ITEM_SIZE_NORMAL
max_w_class = ITEM_SIZE_HUGE
max_storage_space = DEFAULT_BACKPACK_STORAGE
Binary file modified icons/obj/bureaucracy.dmi
Binary file not shown.
Binary file modified icons/obj/gun.dmi
Binary file not shown.
Binary file modified icons/obj/machines/research.dmi
Binary file not shown.
Binary file modified icons/obj/stationobjs.dmi
Binary file not shown.
Binary file modified icons/obj/storage.dmi
Binary file not shown.

0 comments on commit 182766d

Please sign in to comment.