- Redesigned QM office

- Cargo bay now has a second ordering console there so cargo techs aren't utterly useless
- Mining camera computer now uses the proper sprite ingame too, not just in the editor.
- Mining camera computer now actually displays the mining level's cameras.
- Mining office access level removed from ID computer and the map.
- Clicking on paper now examines is (displays it's text)
- To rename paper pick it up and use the 'rename paper' verb
- Rad suit crate spawn order switched so it spawns suit-helmet-suit-helmet-... to make dressing slightly easier (you don't need to use move to top or drag stuff out)
- blabla crate renamed to juice crate. (I hope to never see a 'blabla' thing in committed code again!)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1772 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-07-05 16:27:56 +00:00
parent 8c8ed289c1
commit a4b4117e17
6 changed files with 5372 additions and 5353 deletions

View File

@@ -197,12 +197,12 @@
/obj/crate/radiation/New()
..()
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/head/radiation(src)
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/head/radiation(src)
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/head/radiation(src)
new /obj/item/clothing/head/radiation(src)
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/head/radiation(src)
/obj/crate/proc/open()