mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
putting th eunique check in the correct spot woops
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user