Hallucinations are 50x creepier now, thanks Mr. Fox.

This commit is contained in:
SkyMarshal
2012-02-02 01:13:49 -07:00
parent e0c86aa6d3
commit 3087c5d2e6
22 changed files with 12 additions and 12 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
/obj/item/clothing/suit/storage/
/obj/item/clothing/suit/storage
var/obj/screen/storage/boxes
var/obj/screen/close/closer
var/obj/slot1
@@ -95,7 +95,6 @@
return
/obj/item/clothing/suit/storage/proc/orient2hud(mob/user as mob)
if (src == user.l_hand)
src.orient_objs(3, 5, 3, 3)
else if (src == user.r_hand)
@@ -119,9 +118,8 @@
cx = tx
cy--
//Foreach goto(56)
src.closer.screen_loc = text("[],[]", mx, my)
src.closer.screen_loc = text("[],[]", mx+1, my)
return
/*/obj/item/clothing/suit/storage/New()
src.boxes = new /obj/screen/storage( )