Tweaks wiki a lil

This commit is contained in:
Fermi
2019-10-09 06:04:06 +01:00
parent f5bc825ef0
commit ad0f34cdf8
3 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -553,8 +553,8 @@
fermiEnd()
return
for(var/datum/reagent/P in C.required_catalysts)
if(!has_reagent(P.id))
for(var/P in C.required_catalysts)
if(!has_reagent(P))
fermiEnd()
return