Skip to content

Commit

Permalink
Cheridan's totally sweet Bag of Holding sprites added.
Browse files Browse the repository at this point in the history
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1198 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
n3ophyt3@gmail.com committed Mar 17, 2011
1 parent 3b15b2d commit 0190c5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
name = "Bag of Holding"
desc = "A backpack that opens into a localized pocket of Blue Space."
origin_tech = "bluespace=4"
icon_state = "holdingpack"

New()
..()
Expand Down Expand Up @@ -120,3 +121,4 @@
for (var/obj/O in src.contents) //it broke, delete what was in it
del(O)
crit_fail = 1
icon_state = "brokenpack"
Binary file modified icons/mob/back.dmi
Binary file not shown.
Binary file modified icons/obj/storage.dmi
Binary file not shown.

0 comments on commit 0190c5d

Please sign in to comment.