summaryrefslogtreecommitdiff
path: root/npc/functions/beds.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-24 22:58:28 +0100
committerReid <reidyaro@gmail.com>2016-01-24 22:58:28 +0100
commitec2048505f57bd014fe4e4bb1b4731e331a030f4 (patch)
tree2f08654e5c96cb83718b624e4534bdb812e426a4 /npc/functions/beds.txt
parent52b0e7b2714fe4931e65a79683c4db7228ebd80c (diff)
downloadserverdata-ec2048505f57bd014fe4e4bb1b4731e331a030f4.tar.gz
serverdata-ec2048505f57bd014fe4e4bb1b4731e331a030f4.tar.bz2
serverdata-ec2048505f57bd014fe4e4bb1b4731e331a030f4.tar.xz
serverdata-ec2048505f57bd014fe4e4bb1b4731e331a030f4.zip
Switch case of PC_Is_Dead and INN_Register to full caps.
Diffstat (limited to 'npc/functions/beds.txt')
-rw-r--r--npc/functions/beds.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/beds.txt b/npc/functions/beds.txt
index 1649c73f..87a26e12 100644
--- a/npc/functions/beds.txt
+++ b/npc/functions/beds.txt
@@ -6,12 +6,12 @@
// Beds utility functions
function script bedTouch {
- if (PC_Is_Dead)
+ if (PC_IS_DEAD)
{
- PC_Is_Dead = 0;
- if (INN_Register == REDPLUSH_INN)
+ PC_IS_DEAD = 0;
+ if (INN_REGISTER == REDPLUSH_INN)
{
- INN_Register = NO_INN;
+ INN_REGISTER = NO_INN;
percentheal 100,100;
}
}