[Comment redacted]

This commit is contained in:
TDSSS
2019-09-11 12:05:47 +02:00
parent 86eb450c56
commit f02cbc4e60
2 changed files with 7 additions and 7 deletions
@@ -38,7 +38,7 @@
return
last_process = world.time
to_chat(user, "<span class='notice'>The water feels warm and soothing as you touch it. The fountain immediately dries up shortly afterwards.</span>")
user.reagents.add_reagent("godblood", 20) //why is add_reagent so stupid ?!?
user.reagents.add_reagent("godblood", 20)
update_icon()
addtimer(CALLBACK(src, .proc/update_icon), time_between_uses)