improves the sprites and code a bit

This commit is contained in:
paprka
2015-01-18 00:26:36 -08:00
parent 839428384b
commit b5ecc03b07
2 changed files with 1 additions and 13 deletions
+1 -13
View File
@@ -341,16 +341,4 @@
/obj/structure/stool/bed/chair/janicart/secway/update_mob()
if(buckled_mob)
buckled_mob.dir = dir
switch(dir)
if(SOUTH)
buckled_mob.pixel_x = 0
buckled_mob.pixel_y = 4
if(WEST)
buckled_mob.pixel_x = 2
buckled_mob.pixel_y = 4
if(NORTH)
buckled_mob.pixel_x = 0
buckled_mob.pixel_y = 4
if(EAST)
buckled_mob.pixel_x = -2
buckled_mob.pixel_y = 4
buckled_mob.pixel_y = 4
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB