putting th eunique check in the correct spot woops

This commit is contained in:
Sharkmare
2021-01-21 08:28:03 +01:00
committed by GitHub
parent 8f95cb6125
commit 3e703733cb

View File

@@ -50,7 +50,7 @@
return ..()
produce_gamma_item()
if(prob(overridechancegamma && gammaunique!=2)
if(prob(overridechancegamma)&& gammaunique!=2)
var/path = pick(gammapicks)
var/obj/item/I = new path()
if(gammaunique!=0)