Merge pull request #2545 from Anewbe/cargo

Fixes #2536
This commit is contained in:
Neerti
2016-09-26 11:52:02 -04:00
committed by GitHub
3 changed files with 44 additions and 5 deletions
@@ -8,6 +8,7 @@
icon_opened = "crateopen"
icon_closed = "crate"
climbable = 1
var/points_per_crate = 5
// mouse_drag_pointer = MOUSE_ACTIVE_POINTER //???
var/rigged = 0
@@ -240,6 +241,7 @@
icon_state = "plasticcrate"
icon_opened = "plasticcrateopen"
icon_closed = "plasticcrate"
points_per_crate = 1 //5 crates per ordered crate, +5 for the crate it comes in.
/obj/structure/closet/crate/internals
name = "internals crate"