Updated FalloutStructs.h and some other files

This commit is contained in:
NovaRain
2021-01-30 09:28:32 +08:00
parent 21b88c3cf0
commit 609c4af6b1
5 changed files with 63 additions and 23 deletions
@@ -1,5 +1,6 @@
#ifndef COMMAND_H
#define COMMAND_H
#define COMMAND_LITE_H
#define critter_is_armed(x) (((obj_item_subtype(critter_inven_obj(x,INVEN_TYPE_RIGHT_HAND))) == item_type_weapon) orElse \
((obj_item_subtype(critter_inven_obj(x,INVEN_TYPE_LEFT_HAND))) == item_type_weapon))