Skip to content

Commit

Permalink
make sure to check who actually uses the skill on the door, ref https…
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jan 5, 2021
1 parent ab2d3e3 commit 2625b86
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1,464 deletions.
10 changes: 1 addition & 9 deletions scripts_src/base/eslkdor.ssl
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/* Include Files */
#define SCRIPT_REALNAME "eslkdor"

/* Door States */
#define STATE_ACTIVE (0)
#define STATE_INACTIVE (1)
#define STATE_WOOD (0)
#define STATE_METAL (1)
#define STATE_NON_DESTROY (2)
#define STATE_STANDARD_LOCK (0)
#define STATE_ELECTRIC_LOCK (1)

#define Lock_Bonus (-50)
#define Lockpick_Exp EXP_LOCKPICK_NEG_30

#include "../template/gdoor.ssl"
Loading

0 comments on commit 2625b86

Please sign in to comment.