Skip to content

Commit

Permalink
Merge pull request #2 from Gristlebee/even-dryer-wall
Browse files Browse the repository at this point in the history
Even dryer wall
  • Loading branch information
Gristlebee authored Sep 1, 2024
2 parents 98f1400 + 51f220b commit e430237
Show file tree
Hide file tree
Showing 17 changed files with 671 additions and 554 deletions.
6 changes: 6 additions & 0 deletions code/__DEFINES/projectiles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
#define PROJECTILE_PIERCE_PHASE 2
// Delete self without hitting
#define PROJECTILE_DELETE_WITHOUT_HITTING 3

#define PROJECTILE_BONUS_DAMAGE_NONE 0
#define PROJECTILE_BONUS_DAMAGE_MINERALS (1<<0) //minable walls
#define PROJECTILE_BONUS_DAMAGE_WALLS (1<<1) // walls
#define PROJECTILE_BONUS_DAMAGE_RWALLS (1<<2) //reinforced walls

6 changes: 6 additions & 0 deletions code/__DEFINES/turfs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@
#define CHANGETURF_DEFER_BATCH (1 << 5)

#define IS_OPAQUE_TURF(turf) (turf.directional_opacity == ALL_CARDINALS)

// Integrity of mineral walls.
#define MINERAL_WALL_INTEGRITY 100

// how many bullet holes a wall can have at a given time
#define MAX_DENT_DECALS 15
Loading

0 comments on commit e430237

Please sign in to comment.