For some reason there were 2 tabs instead of 1 tab everywhere

main
Cameron Murphy Reikes 2 years ago
parent 4bd59b73ab
commit b87efc8c2b

@ -1,5 +1,5 @@
#define CURRENT_VERSION 11 // wehenver you change Entity increment this boz
// you will die someday
// you will die someday
#define SOKOL_IMPL
#if defined(WIN32) || defined(_WIN32)
@ -3220,8 +3220,8 @@ void frame(void)
}
else
{
SAY_ARG(ACT_give_item, "Here you go" , "ITEM_Chalice");
//SAY(ACT_joins_player, "I am an NPC");
//SAY_ARG(ACT_give_item, "Here you go" , "ITEM_Chalice");
SAY(ACT_joins_player, "I am an NPC");
//SAY(ACT_fights_player, "I am an NPC. Bla bla bl alb djsfklalfkdsaj. Did you know shortcake?");
}
Perception p = { 0 };

Loading…
Cancel
Save