Files
jjpark-kbandGitHub f3d753375e change how ashwalker's revive + more (#16902)
* fix ashwalker revives

* I know what Golden will say, I'm psychic

* I'm not a psychic, I will face this truth

* damn spaces
2022-10-30 19:30:02 -04:00

10 lines
231 B
Plaintext

/**
* The opposite of proc/teach_crafting_recipe
* will attempt to remove the arg "recipe" from the learned recipes
*/
/datum/mind/proc/unteach_crafting_recipe(recipe)
if(!learned_recipes)
return
learned_recipes &= ~recipe