Skip to content

Commit

Permalink
пересборОчка
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Sep 23, 2023
1 parent ef8f568 commit 23b07bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 1 addition & 2 deletions modular_ss220/maps220/_maps220.dme
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
#include "code/spawners.dm"
#include "code/walls.dm"
#include "code/floors.dm"
#include "code/crates.dm"
#include "code/effects.dm"
#include "code/trees.dm"
#include "code/objects.dm"
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/* Stuff & misc */

//Trees
/obj/structure/flora/tree/great_tree
icon = 'modular_ss220/maps220/icons/trees.dmi'
icon_state = "great_tree"
name = "great tree"
desc = "A colossal tree with the carved face of some deity."

//Crates
//Wooden crates
/obj/structure/closet/crate/wooden
icon = 'modular_ss220/maps220/icons/crates.dmi'
Expand Down
6 changes: 0 additions & 6 deletions modular_ss220/maps220/code/trees.dm

This file was deleted.

0 comments on commit 23b07bb

Please sign in to comment.