mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 23:12:26 +00:00
Fixes cargo exploit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user