diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/strife/p_doors.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/strife/p_doors.c b/src/strife/p_doors.c index 19055475..45df9060 100644 --- a/src/strife/p_doors.c +++ b/src/strife/p_doors.c @@ -618,6 +618,12 @@ void EV_VerticalDoor(line_t* line, mobj_t* thing) } break; + // villsa [STRIFE] added 09/15/10 + case 165: + player->message = DEH_String("That doesn't seem to work"); + S_StartSound(NULL, sfx_oof); + break; + case 166: // DR Hand Print door if(!player->cards[key_SeveredHand]) { |