mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Return of ore stacking, various changes to lavaland bombs to facilitate reduced lag (#35291)
* Ore Stacking * honk * honk * component memes * honk2 * fix overlay off-by-1, sheet singular names * Give the ores more descriptive names since sheets also have * whoops debug memes * atom editor memes * fixes * snowdin fix
This commit is contained in:
committed by
AnturK
parent
3b994347cd
commit
c4fd8715a5
@@ -142,8 +142,9 @@
|
||||
S.use(1)
|
||||
cell.give(1000)
|
||||
to_chat(user, "<span class='notice'>You insert [A] in [src], recharging it.</span>")
|
||||
else if(istype(A, /obj/item/ore/plasma))
|
||||
qdel(A)
|
||||
else if(istype(A, /obj/item/stack/ore/plasma))
|
||||
var/obj/item/stack/ore/S = A
|
||||
S.use(1)
|
||||
cell.give(500)
|
||||
to_chat(user, "<span class='notice'>You insert [A] in [src], recharging it.</span>")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user