TempusMUD/Tempuscode
1
0
Fork
You've already forked Tempuscode
0

Fix killing blow messages #493

Merged
origintempus merged 1 commit from fix-combat-message-causing-death into master 2015年01月07日 03:18:46 +01:00
origintempus commented 2014年12月29日 21:28:55 +01:00 (Migrated from github.com)
Copy link

When killing something you just get the standard damage message instead of the death message. This fixes that problem.

This call was taken out a while back, because (I think), it was considered unnecessary. It updates the position of the victim so that when the message in skill_message is being decided it knows that the victim is dead. Without it, the victim isn't in POS_DEAD so it doesn't know to use the death message.

When killing something you just get the standard damage message instead of the death message. This fixes that problem. This call was taken out a while back, because (I think), it was considered unnecessary. It updates the position of the victim so that when the message in skill_message is being decided it knows that the victim is dead. Without it, the victim isn't in POS_DEAD so it doesn't know to use the death message.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TempusMUD/Tempuscode!493
Reference in a new issue
TempusMUD/Tempuscode
No description provided.
Delete branch "fix-combat-message-causing-death"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?