diff --git a/traps/blades.arc b/traps/blades.arc index cd3e49112..7006bb647 100644 --- a/traps/blades.arc +++ b/traps/blades.arc @@ -1,6 +1,6 @@ Object trap_blades name Blades trap -type 154 +type 155 face blades.111 speed 1 hp 1 diff --git a/traps/falling_rocks.arc b/traps/falling_rocks.arc index f247fe9fc..06f61a0cc 100644 --- a/traps/falling_rocks.arc +++ b/traps/falling_rocks.arc @@ -1,6 +1,6 @@ Object trap_rocks name falling rocks trap -type 154 +type 155 face falling_rocks.111 speed 1 hp 1 diff --git a/traps/needle.arc b/traps/needle.arc index 7b01f900a..ebba0c880 100644 --- a/traps/needle.arc +++ b/traps/needle.arc @@ -1,6 +1,6 @@ Object trap_needle name poison needle -type 154 +type 155 face needle.111 speed 1 hp 1 diff --git a/traps/spiked_pit.arc b/traps/spiked_pit.arc index 5b2ef708c..2a274c0ce 100644 --- a/traps/spiked_pit.arc +++ b/traps/spiked_pit.arc @@ -1,6 +1,6 @@ Object trap_spike_pit name spiked pit -type 154 +type 155 face spiked_pit.111 speed 1 hp 1 diff --git a/traps/spikes.arc b/traps/spikes.arc index 4b19a74e6..dc4c7b4f2 100644 --- a/traps/spikes.arc +++ b/traps/spikes.arc @@ -1,6 +1,6 @@ Object trap_spikes2 name spikes -type 154 +type 155 face tspikes.111 speed 1 hp 1 diff --git a/traps/trap.arc b/traps/trap.arc new file mode 100644 index 000000000..88bbc732b --- /dev/null +++ b/traps/trap.arc @@ -0,0 +1,20 @@ +Object trap +name trap +type 155 +face trap.111 +speed 1 +hp 1 +msg +You set off a trap! +endmsg +level 1 +color_fg black +is_animated 0 +invisible 1 +no_pick 1 +walk_on 1 +editable 32 +attacktype 1 +dam 90 +Cha 20 +end diff --git a/traps/trap.base.111.png b/traps/trap.base.111.png new file mode 100644 index 000000000..d91194a92 Binary files /dev/null and b/traps/trap.base.111.png differ