Moves paperbin to OBJ_LAYER - 0.1 to prevent clipping

This commit is contained in:
Hubblenaut
2014-07-21 12:08:51 +02:00
parent 52c0d83a2c
commit c2f1a23e3e
+1
View File
@@ -8,6 +8,7 @@
throw_speed = 3
throw_range = 7
pressure_resistance = 10
layer = OBJ_LAYER - 0.1
var/amount = 30 //How much paper is in the bin.
var/list/papers = new/list() //List of papers put in the bin for reference.