I set amount instead of max_amount to INFINITY, that's why it hanged.

This commit is contained in:
Ghommie
2020-04-17 21:52:08 +02:00
parent 4c6f1b622b
commit 3dab97b62f
8 changed files with 33 additions and 34 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
singular_name = "bill"
icon = 'icons/obj/economy.dmi'
icon_state = "spacecash"
amount = INFINITY
max_amount = 20
amount = 1
max_amount = INFINITY
throwforce = 0
throw_speed = 2
throw_range = 2