- Object tree grouped a bit more.

Two new categories were made: station_objects and effects. station_objects, which I'm sure someone will want renamed to 'structures' contains the objects which don't need process() or power code.

Effects contains objects which are either landmarks, triggers, spawners or decal.

Screenshot:
http://www.kamletos.si/new%20object%20tree.PNG

I didn't notice any bugs, but with a revision editing 276 files of byond code, you never know.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2323 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-10-03 06:54:28 +00:00
parent 1706e00d3b
commit e8c6b08419
276 changed files with 6418 additions and 6418 deletions

View File

@@ -1,4 +1,4 @@
/obj/critter/creature
/obj/effects/critter/creature
name = "creature"
desc = "A sanity-destroying otherthing."
icon = 'otherthing.dmi'
@@ -22,7 +22,7 @@
attacktext = "chomps"
/obj/critter/roach
/obj/effects/critter/roach
name = "cockroach"
desc = "An unpleasant insect that lives in filthy places."
icon_state = "roach"
@@ -40,7 +40,7 @@
del(src)
/obj/critter/killertomato
/obj/effects/critter/killertomato
name = "killer tomato"
desc = "Oh shit, you're really fucked now."
icon_state = "killertomato"
@@ -74,7 +74,7 @@
/obj/critter/spore
/obj/effects/critter/spore
name = "plasma spore"
desc = "A barely intelligent colony of organisms. Very volatile."
icon_state = "spore"
@@ -104,7 +104,7 @@
src.Die()
/obj/critter/blob
/obj/effects/critter/blob
name = "blob"
desc = "Some blob thing."
icon_state = "blob"
@@ -129,7 +129,7 @@
/obj/critter/spesscarp
/obj/effects/critter/spesscarp
name = "Spess Carp"
desc = "A ferocious, fang-bearing creature that resembles a fish."
icon_state = "spesscarp"
@@ -181,7 +181,7 @@
/obj/critter/spesscarp/elite
/obj/effects/critter/spesscarp/elite
desc = "Oh shit, you're really fucked now. It has an evil gleam in its eye."
health = 50
max_health = 50
@@ -193,7 +193,7 @@
/obj/critter/walkingmushroom
/obj/effects/critter/walkingmushroom
name = "Walking Mushroom"
desc = "A...huge...mushroom...with legs!?"
icon_state = "walkingmushroom"
@@ -227,7 +227,7 @@
/obj/critter/lizard
/obj/effects/critter/lizard
name = "Lizard"
desc = "A cute tiny lizard."
icon_state = "lizard"