wrapsortjunction fixed - will now divert packages correctly.

Mail chute changed a bit, as ejected packages were smashing the window door.

"Small parcel" renamed to "Parcel".
This commit is contained in:
RavingManiac
2012-12-16 22:07:22 +08:00
parent 605f981ce9
commit 1418697000
3 changed files with 7129 additions and 7141 deletions
-15
View File
@@ -1047,21 +1047,6 @@
update()
return
New()
..()
posdir = dir
if(icon_state == "pipe-j1s")
sortdir = turn(posdir, -90)
negdir = turn(posdir, 180)
else
icon_state = "pipe-j2s"
sortdir = turn(posdir, 90)
negdir = turn(posdir, 180)
dpdir = sortdir | posdir | negdir
update()
return
// next direction to move
// if coming in from negdir, then next is primary dir or sortdir
+2 -2
View File
@@ -39,8 +39,8 @@
return
/obj/item/smallDelivery
desc = "A small wrapped package."
name = "small parcel"
desc = "A wrapped package."
name = "parcel"
icon = 'icons/obj/storage.dmi'
icon_state = "deliverycrateSmall"
var/obj/item/wrapped = null