mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-02 17:42:28 +01:00
Added support for the"alignmentSet" dialogue reward type
This commit is contained in:
@@ -60,6 +60,7 @@ public class Dialogue extends JSONElement {
|
||||
actorCondition,
|
||||
actorConditionImmunity,
|
||||
alignmentChange,
|
||||
alignmentSet,
|
||||
giveItem,
|
||||
createTimer,
|
||||
spawnAll,
|
||||
@@ -255,7 +256,8 @@ public class Dialogue extends JSONElement {
|
||||
reward.reward_obj = proj.getActorCondition(reward.reward_obj_id);
|
||||
break;
|
||||
case alignmentChange:
|
||||
//Nothing to do (yet ?).
|
||||
case alignmentSet:
|
||||
//Nothing to do (yet ?).
|
||||
break;
|
||||
case createTimer:
|
||||
//Nothing to do.
|
||||
|
||||
Reference in New Issue
Block a user