fixes SMES coils not being insertable into SMES units (#23024)

bblgblgblglblnlhlgblgblbblgblghnbgllhlgblgbl

#23010
This commit is contained in:
c#min7
2026-08-10 00:36:22 +00:00
committed by GitHub
parent b01eea5215
commit 9985c5c286
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -498,7 +498,7 @@
else if(istype(attacking_item, /obj/item/smes_coil))
if (cur_coils < max_coils)
if(!(attacking_item in compatible_coils))
if(!(attacking_item.type in compatible_coils)) // hi
to_chat(usr, "This coil isn't compatible with this SMES unit.")
return
+6
View File
@@ -0,0 +1,6 @@
author: kermit
delete-after: True
changes:
- bugfix: "fixes smes coils not being insertable into smes units (oops, my bad)"