Move around ammo source checks
This commit is contained in:
@@ -103,6 +103,8 @@ digraph {
|
||||
,label="EQUIP {_ibtEquip = AUTODETECTOR CREATUREDETECTOR}"];
|
||||
140 [shape=box
|
||||
,label="HELD {_ibtHeld = TORCH}"];
|
||||
141 [shape=box
|
||||
,label="AMMOMAG {_ibtAmmoMag = BATTERY}"];
|
||||
144 [shape=box
|
||||
,label="EQUIP {_ibtEquip = HEADLAMP}"];
|
||||
152 [shape=box
|
||||
@@ -383,6 +385,12 @@ digraph {
|
||||
140 -> 143 [xlabel=1
|
||||
,arrowhead=onone
|
||||
,headport=w];
|
||||
141 -> 139 [xlabel=1
|
||||
,arrowhead=onone
|
||||
,headport=w];
|
||||
141 -> 147 [xlabel=1
|
||||
,arrowhead=onone
|
||||
,headport=w];
|
||||
143 -> 144 [xlabel=""
|
||||
,tailport=e];
|
||||
151 -> 152 [xlabel=""
|
||||
|
||||
Reference in New Issue
Block a user