mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fix two broken gene combination recipes (#87581)
## About The Pull Request Changes the required genes for `/datum/generecipe/cindikinesis` and `/datum/generecipe/pyrokinesis` to have the correct path to the fire breath gene. ## Why It's Good For The Game Bug fix is good. ## Changelog 🆑 fix: The gene recipes for cindikinesis and pyrokinesis should now work properly. /🆑
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
result = /datum/mutation/human/shock
|
||||
|
||||
/datum/generecipe/cindikinesis
|
||||
required = "/datum/mutation/human/geladikinesis; /datum/mutation/human/fire_breath"
|
||||
required = "/datum/mutation/human/geladikinesis; /datum/mutation/human/firebreath"
|
||||
result = /datum/mutation/human/cindikinesis
|
||||
|
||||
/datum/generecipe/pyrokinesis
|
||||
required = "/datum/mutation/human/cryokinesis; /datum/mutation/human/fire_breath"
|
||||
required = "/datum/mutation/human/cryokinesis; /datum/mutation/human/firebreath"
|
||||
result = /datum/mutation/human/pyrokinesis
|
||||
|
||||
/datum/generecipe/thermal_adaptation
|
||||
|
||||
Reference in New Issue
Block a user