Adjusts frequency of anomalies and weights effect rarity (#8572)

* Adjusts frequency of anomalies and weights effect rarity

* Nested if
This commit is contained in:
Cerebulon
2022-04-26 22:48:35 -08:00
committed by GitHub
parent 33b67a3051
commit e37f6a7b9f
36 changed files with 157 additions and 151 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
A.pixel_x = pixel_x
A.pixel_y = pixel_y
A.set_dir(dir)
if(start_anomalous)
if(start_anomalous && prob(50))
A.become_anomalous()
/obj/random/drop_location()