grammar fix

haha yes I speak english
This commit is contained in:
Unknown
2018-12-03 17:15:12 -08:00
parent b7f7d7b203
commit 89f17e2a40

View File

@@ -151,7 +151,7 @@
charge_multiplier = 1
if(charge_multiplier)
if(cell.charge == cell.maxcharge)
to_chat(user, "<span class='notice'>You try to insert [I] in [src], but it's fully charged.</span>") //my cell is round and full
to_chat(user, "<span class='notice'>You try to insert [I] into [src], but it's fully charged.</span>") //my cell is round and full
return
I.use(1)
cell.give(500*charge_multiplier)