mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
fixes SMES coils not being insertable into SMES units (#23024)
bblgblgblglblnlhlgblgblbblgblghnbgllhlgblgbl #23010
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: kermit
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "fixes smes coils not being insertable into smes units (oops, my bad)"
|
||||
Reference in New Issue
Block a user