Removes revenant blight's shabby tox damage in favor of negative mood effects, and necropolis curse if not cured.

This commit is contained in:
Ghommie
2019-09-22 18:42:47 +02:00
parent b7221d0b39
commit 3d0cb39e91
5 changed files with 46 additions and 26 deletions
+2
View File
@@ -222,6 +222,8 @@
//Mood
#define COMSIG_ADD_MOOD_EVENT "add_mood" //Called when you send a mood event from anywhere in the code.
#define COMSIG_CLEAR_MOOD_EVENT "clear_mood" //Called when you clear a mood event from anywhere in the code.
#define COMSIG_INCREASE_SANITY "decrease_sanity" //Called when you want to increase sanity from anywhere in the code.
#define COMSIG_DECREASE_SANITY "increase_sanity" //Same as above but to decrease sanity instead.
//NTnet
#define COMSIG_COMPONENT_NTNET_RECEIVE "ntnet_receive" //called on an object by its NTNET connection component on receive. (sending_id(number), sending_netname(text), data(datum/netdata))