mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 01:01:38 +00:00
Add Conjured item behavior (degrade twice as fast)
This commit is contained in:
parent
30bbbd084b
commit
37a07e30b9
@ -42,6 +42,7 @@ class GildedRose(object):
|
||||
elif "Conjured" in item.name:
|
||||
# Conjured after expiry = -4 total
|
||||
self._decrease_quality(item)
|
||||
|
||||
self._decrease_quality(item)
|
||||
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user