mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
grammar fix
haha yes I speak english
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user