Uses TRUE instead of 1

This commit is contained in:
Daylight
2020-04-28 15:52:43 +03:00
parent 8f28b1eef2
commit ac0c227b21
+1 -1
View File
@@ -8,7 +8,7 @@
can_charge = 0
max_charges = 100 //100, 50, 50, 34 (max charge distribution by 25%ths)
var/variable_charges = 1
no_den_usage = 1
no_den_usage = TRUE
/obj/item/gun/magic/wand/New()
if(prob(75) && variable_charges) //25% chance of listed max charges, 50% chance of 1/2 max charges, 25% chance of 1/3 max charges