diff --git a/Scopes Files/signal_modifier.dm b/Scopes Files/signal_modifier.dm index 5375a651..8bba7d87 100644 --- a/Scopes Files/signal_modifier.dm +++ b/Scopes Files/signal_modifier.dm @@ -28,7 +28,8 @@ //I secretly have no idea what I am doing with this stuff //it could work - attack(var/obj/machinery/O as obj) +//Well what the donkey tail, of cause it won't + attack(var/obj/O as obj) if(!setting) return if(!O.id) @@ -38,4 +39,4 @@ usr << "\blue You alter the componants signal id" O.id = setting else - user << "\red The id's are the same" + usr << "\red The id's are the same" diff --git a/html/changelog.html b/html/changelog.html index d59bac99..0b30f62d 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -68,6 +68,7 @@ should be listed in the changelog upon commit though. Thanks. -->