mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-26 10:56:09 +01:00
Fixed MEDIT_SEX, typos, socials, and added char_from_furniture check --Rumble
This commit is contained in:
parent
b3f404c29c
commit
f9f356823f
7 changed files with 44 additions and 21 deletions
|
|
@ -387,6 +387,8 @@ void char_from_room(struct char_data *ch)
|
|||
if (FIGHTING(ch) != NULL)
|
||||
stop_fighting(ch);
|
||||
|
||||
char_from_furniture(ch);
|
||||
|
||||
if (GET_EQ(ch, WEAR_LIGHT) != NULL)
|
||||
if (GET_OBJ_TYPE(GET_EQ(ch, WEAR_LIGHT)) == ITEM_LIGHT)
|
||||
if (GET_OBJ_VAL(GET_EQ(ch, WEAR_LIGHT), 2)) /* Light is ON */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue