mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
putting th eunique check in the correct spot woops
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
produce_gamma_item()
|
produce_gamma_item()
|
||||||
if(prob(overridechancegamma && gammaunique!=2)
|
if(prob(overridechancegamma)&& gammaunique!=2)
|
||||||
var/path = pick(gammapicks)
|
var/path = pick(gammapicks)
|
||||||
var/obj/item/I = new path()
|
var/obj/item/I = new path()
|
||||||
if(gammaunique!=0)
|
if(gammaunique!=0)
|
||||||
|
|||||||
Reference in New Issue
Block a user