mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-13 21:25:26 -04:00
Merge remote-tracking branch 'origin/main' into randomizer
# Conflicts: # src/f_op/f_op_actor_mng.cpp
This commit is contained in:
@@ -324,6 +324,11 @@ int daItem_c::_daItem_create() {
|
||||
|
||||
|
||||
m_itemNo = daItem_prm::getItemNo(this);
|
||||
#if TARGET_PC
|
||||
if (dusk::getSettings().game.noHeartDrops && isHeart(m_itemNo)) {
|
||||
return cPhs_ERROR_e;
|
||||
}
|
||||
#endif
|
||||
BOOL flag = dItem_data::chkFlag(m_itemNo, 2);
|
||||
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user