mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
The the
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
cell.give(500)
|
||||
to_chat(user, "<span class='notice'>You insert [I] in [src], recharging it.</span>")
|
||||
else if((istype(I, /obj/item/stack/sheet/mineral/plasma) || (istype(I, /obj/item/stack/ore/plasma))) && (cell.charge == cell.maxcharge))
|
||||
to_chat(user, "<span class='notice'>The [src] is fully charged.</span>")
|
||||
to_chat(user, "<span class='notice'>You try to put [I] in [src], but it's fully charged.</span>")
|
||||
else
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user