Skip to content

Commit bea65a8

Browse files
authored
Fix bug in research
You can't have zombie corpse
1 parent a86d29e commit bea65a8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

bin/standard/xcom1/research.rul

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@ research:
216216
- STR_SNAKEMAN_COMMANDER
217217
- STR_ETHEREAL_COMMANDER
218218
- STR_FLOATER_COMMANDER
219-
- name: STR_ZOMBIE_CORPSE
220-
cost: 180
221-
points: 50
222-
lookup: STR_ZOMBIE_AUTOPSY
223-
needItem: true
224219
- name: STR_SECTOID_CORPSE
225220
cost: 180
226221
points: 50
@@ -854,4 +849,4 @@ research:
854849
needItem: true
855850
- name: STR_SUPPLY_SHIP
856851
points: 50
857-
needItem: true
852+
needItem: true

0 commit comments

Comments
 (0)