Porting Goofconomy & co.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
singular_name = "bill"
|
||||
icon = 'icons/obj/economy.dmi'
|
||||
icon_state = "spacecash"
|
||||
amount = 1
|
||||
amount = INFINITY
|
||||
max_amount = 20
|
||||
throwforce = 0
|
||||
throw_speed = 2
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
var/stop_bleeding = 1800
|
||||
var/heal_brute = 5
|
||||
self_delay = 10
|
||||
custom_price = 100
|
||||
|
||||
/obj/item/stack/medical/gauze/heal(mob/living/M, mob/user)
|
||||
if(ishuman(M))
|
||||
|
||||
Reference in New Issue
Block a user