bugfix / tweaks (#6959)

This commit is contained in:
silicons
2025-01-10 17:34:32 +01:00
committed by GitHub
parent a0e8babdf1
commit aed3013410
60 changed files with 677 additions and 287 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
if(cell)
to_chat(user, "<span class='warning'>\The [src] already has \a [cell] installed.</span>")
return
if(!user.attempt_insert_item_for_installation(cell, src))
if(!user.attempt_insert_item_for_installation(thing, src))
return
cell = thing
playsound(loc, 'sound/machines/click.ogg', 10, 1)