Overview
Comment: | 0.0.596 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
754835426701cd5ae68363545b173cd6 |
User & Date: | 顽雨沉风 on 2023-07-03 04:34:47 |
Other Links: | manifest | tags |
Context
2023-07-03
| ||
04:35 | 0.0.597 check-in: a179163826 user: 顽雨沉风 tags: trunk | |
04:34 | 0.0.596 check-in: 7548354267 user: 顽雨沉风 tags: trunk | |
04:22 | 0.0.595 check-in: eb29e4c973 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/32.Enemy Controlled Heraldry.lua from [2523434cfe] to [33065a153b].
︙ | ︙ | |||
69 70 71 72 73 74 75 | g1:CompleteProcedure() local g1=Debug.AddCard(11522979,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) g1:CompleteProcedure() local g1=Debug.AddCard(2407234,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) g1:CompleteProcedure() local g1=Debug.AddCard(6165656,1,1,LOCATION_MZONE,4,POS_FACEUP_ATTACK) g1:CompleteProcedure() | | | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | g1:CompleteProcedure() local g1=Debug.AddCard(11522979,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) g1:CompleteProcedure() local g1=Debug.AddCard(2407234,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) g1:CompleteProcedure() local g1=Debug.AddCard(6165656,1,1,LOCATION_MZONE,4,POS_FACEUP_ATTACK) g1:CompleteProcedure() local g1=Debug.AddCard(8783685,1,1,LOCATION_MZONE,4,POS_FACEUP_ATTACK) g1:CompleteProcedure() Debug.AddCard(00473469,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(79997591,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(57115864,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(29389368,1,1,LOCATION_SZONE,3,POS_FACEDOWN) Debug.AddCard(26708437,1,1,LOCATION_SZONE,4,POS_FACEDOWN) Debug.AddCard(56433456,1,1,LOCATION_SZONE,5,POS_FACEUP) |
︙ | ︙ |