pisskop / PKs_Rebalancing

Pisskop's Rebalancing Mod for Cataclysm: Dark Days Ahead
https://discourse.cataclysmdda.org/t/pks-rebalancing/15301
19 stars 25 forks source link

Due to the changes how braziers work #33

Closed zakhad closed 6 years ago

zakhad commented 6 years ago

These tags inside standing_stones.json and cavepit.json are no longer considered traps but furniture

  "traps": {
    "#": "tr_brazier"
  },

should be changed to

  "furniture": {
    "#": "f_brazier"
  },

or added into the furniture tag

*I simply deleted it as i don't know how to mod properly but it's been suggested in the discord for cdda that it should be changed to the furniture tag, and traps removed"

pisskop commented 6 years ago

This should be fixxed now.